I have a data base Bean DdBean.class I have created a instance of that bean db with scope as application in one of the jsp pasge ( <jsp:useBean id="db" scope="application" class="sunexamples.beans.myjspbeans.DbBean" /> now that as I have given scope as application the id should be visible in another jsp page ....pls rectify if I am wrong Do I have to Create another instance of DdBean or can I use the same Instance of the bean in other Jsp pages pls giude me on this any comments on this will be highly appreciated regards Bhupesh =========================================================================== To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Some relevant FAQs on JSP/Servlets can be found at: http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.nz/jsp/jspfaq.html http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
