Struggling with this myself. If you set the scope as session within your <jsp:useBean > tag, it should be available in any other page (i.e if you set a <jsp:useBean > tag in the next page, it should find the bean), but what if there could be many instances of the bean "alive"? The session.getValue(id) should be one way, but how can you know the id in the other page? I'm still experimenting, so can't say for sure. I'd be very interested if anyone out there has encountered and resolved this kind of process/reference flow issue?? Dan -----Original Message----- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of ranjith Sent: Tuesday, November 30, 1999 1:01 PM To: [EMAIL PROTECTED] Subject: how to access the same instance of a bean in different jsp pages hi everyone, can anyone guide me on how to access the same bean instance in different jsp pages ie set a bean property in one page and access it in a different page. ranjith =========================================================================== 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 =========================================================================== 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
