Poitras Christian <Christian.Poitras@...> writes:

> 
> Hi,
> 
> FlashScope is meant to be used for the Redirect-After-Post pattern, 
basically :
> 1) ActionBean changes something on the server (usually database).
> 2) ActionBean redirects to another/same ActionBean to prevent double submit 
if user press refresh.
> Current ActionBean wants to save information for the other ActionBean.
> 
> What you want to do seems to be to save information for the JSP after a 
Forward.
> In such cases, save information in the Request instead.
> 
> Christian
> 

I see. Thanks for the feedback. I will see if I can do what I want by saving 
information in the Request. 


------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
_______________________________________________
Stripes-users mailing list
Stripes-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/stripes-users

Reply via email to