Return to Snippet

Revision: 8711
at October 4, 2008 06:07 by sonnyg


Initial Code
<result type="redirect-action">
  <param name="actionName">NextAction</param>
  <param name="parse">true</param>
  <param name="redirectMessage">${redirectMessage}</param>
</result>

Initial URL
http://www.vitarara.org/cms/struts_2_cookbook/post_and_redirect

Initial Description
Set parse attribute to true for the redirect-action result.

Initial Title
Add a redirect message when doing Post then Redirect in Struts2

Initial Tags


Initial Language
Java