On Thu, Mar 24, 2011 at 11:56 AM, vivek mishra <mishravive...@gmail.com> wrote: > Yes Dave. Can you please give any suggestion to acheive this requirement or > is there any other way available through which I could forward this > ActionForward.
You'd want to implement a so-called "flash" scope, or "message" scope, where such things are stored in session for a single additional request. I don't know if there are any out-of-the-box implementations specifically targeted at Struts 1, but there might be filter-based ones, or it's pretty easy to hack one up to handle the basic use cases. Dave --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org