Hi all, I had an requirement wherein I needed to forward to another action from a action. I tried by two ways but none of them is working. I would appreciate if anyone of you could help me understand, what is that which I am not doing correctly. I made a forward in my action A which forwards to my action B. In my action I did a request.setAttribute("code",code); & then did a forward. However, I wasn't able to get the request parameters. Then I tried a second way: Action ab = new ActionB(); ActionForward fwd=ab.process(mapping,form,request,response); return fwd; Here the second action didn't get executed. Please help.
Thanks & Regards, Meenakshi. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]