Re: Sharing Bean Instances between JSPS.
Posted By:
Anonymous
Posted On:
Tuesday, May 22, 2001 03:02 PM
You can store it in the Session or Context object. Check the set/get/removeAttribute() in javax.servlet.ServletContext and java.servlet.http.HttpSession.
Regards.