I was more interested to know if there is any way avail in struts for doing this instead of going for hack.
Thanks Dave! -- Vivek On Thu, Mar 24, 2011 at 9:44 PM, Dave Newton <davelnew...@gmail.com> wrote: > 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 >