Hi All.
How can I store an object in the application scope,  and how can I access
and modify it from a JSP page.
I've read that you can do it using
getServletContext().setAttribute("MyNean", mybean) but I've tried it and I
get an error message saying that getServletContext() doesn't have a method
named setAttribute().

Can I access objects stored in the application and at the same time access
to other objects stored in the session scope?
I'm using WebSphere A.S. 2.0 (JSP 0.92).
Thanks in advance.

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
FAQs on JSP can be found at:
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html

Reply via email to