Hello,
I'm developing an application in struts portal framework from ibm, and have
2 actions. From one action i need to pass parameter to the other action and
to transfer to it.

i've tried to use something like this:
mapping.findforward("/action2.do");
request.setAttribute(key, obj);

But this approach doesn't work. It doesn't even transfer me to the action2.

What's workaround for this? If anyone knows, please helpe me.

Thanks in any advance.
Adam Kovari
-- 
View this message in context: 
http://www.nabble.com/struts-navigation-tp16917191p16917191.html
Sent from the Struts - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to