I've an action like this: <action name="myAction" class="myClass" method="myMethod"> ... <result name="myResultName" type="redirect">/path/my.action</result> </action>
I would like that, when any action method in my application returns "myResultName", a redirect to /path/my.action should be executed. Any idea about doing this? Thanks