Alberto A. Flores on 17/12/07 21:06, wrote:
Is it possible to redirect the "input" result (after validation has
finished) of an action mapping properly?
I currently have something like:
<action name="bar" class="x.y.z.ActionOne">
<result type="tiles">showList.tile</result>
</action>
<action name="foo" class="x.y.z.MyAction">
<result name="input" type="redirect-action">
<param name="actionName">bar</param>
</result>
<result type="tiles">success.tile</result>
</action>
The current behavior I'm experiencing is one where the redirection takes
place, however the validation errors appear to be lost. Thoughts?
I guess you missed this thread:
http://www.nabble.com/How-to-redirect-error-message-to14238972.html
Adam
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]