Hi,

I have the following flow:

Action1-->page1-->Action2

in Action1, I put a object in session:
session.setAttribute("myObj", myObj);

page1 then can retrieve this object from session and 
display it on the page. 

After I click on a button on page1, user will be
forwarded to Action2. I try to get the object stored
in session from Action1:

session.getAttribute("myObj");

but I could only get error message saying: myObj is
not
in any scope.

What should I do to send this object from Action1 to
Action2?

regards,


__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com

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

Reply via email to