Hi: In my Action class, I stored a object in session with
HttpSession session = request.getSession();
session.setAttribute("myobject", object);
How can I access this object from jsp?
Thanks,
__________________________________
Yahoo! Mail
Stay connected, organized, and protected. Take the tour:
http://tour.mail.yahoo.com/mailtour.html
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

