Dear Wiki user, You have subscribed to a wiki page or wiki category on "Struts Wiki" for change notification.
The following page has been changed by MichaelJouravlev: http://wiki.apache.org/struts/RolloverScope The comment on the change is: Added picture ------------------------------------------------------------------------------ Caught between limitations of request object from the one hand and the necessity of laborious manual housekeeping of session object on another hand, developers rarely use redirection to split input and render tasks. This is unfortunate because Redirect-After-Post pattern is a simple and proven solution for creating user-friendly and error-resistant interfaces. Starting from Struts 1.4 it will be possible to store data related to a multi-request conversation in the Rollover Scope. + + inline:rollover.gif == Rollover scope in a nutshell ==