Hi,

When I try to test an action with a method="actionMethod" attribute configured in a StrutsTestCase the AnnotationValidationInterceptor fails in getActionMethod#75 cause it cannot find the method
using the configured name on the proxy used in the testing framework.

My only workaround so far was using execute() method on actions only and split all actions up into separate files.

Is this a known bug?

Is there a better workaround?

Thanks for any pointers.

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to