Apache Struts 2 Documentation > Home > FAQs > Cookbook > Redirect After Post
Added by Jay Bose, last edited by Ted Husted on Sep 03, 2006  (view change) show comment



The redirect-after-post technique is a common pattern in web application development. It simply means making your Action, after it has successfully executed, result in a redirect. You can do this by using the Redirect Result or the Redirect Action Result.