I'm using
Struts 2.8.1 using the convention plugin and attemption to
junit test this by utilizing StrutsSpringTestCase. The problem I'm experiencing is that the test throws an exception saying "No result defined for action com.becky.action.HowdyFolksAction and result success" if I don't use a Results annotation for "success" instead of just letting it find the correct
jsp (which seems to sort of at least partially defeat the purpose).
Here's the test
and here's the action
Am I missing something or is it just that these plugins don't completely play well together?