/ Published in: Java
URL: http://www.vitarara.org/cms/struts_2_cookbook/post_and_redirect
Set parse attribute to true for the redirect-action result.
Expand |
Embed | Plain Text
<result type="redirect-action"> <param name="actionName">NextAction</param> <param name="parse">true</param> <param name="redirectMessage">${redirectMessage}</param> </result>
You need to login to post a comment.
