No result defined for action org.xinus.actions.user.FindUserAction and > result input at >
>From the write up at: http://glindholm.wordpress.com/2008/07/02/preserving-messages-across-a-redirect-in-struts-2/ The one thing you need to be aware of is: The action you are redirecting towards will need to configure a result with name=”input” as the added messages will trigger the ‘workflow’ interceptor to return a result of “input”. You need to configure a result of 'input' for action FindUserAction. If you don't know what this means then post your struts configuration (struts.xml).