Hi alan,

You can use more than one bean in JSP with JSP usebean tag by giving id in
each bean tag.

for eg.:

<jsp:useBean id="b1" class="class1" scope="request">
<jsp:useBean id="b2" class="class2" scope="request">

After this you can use id in JSP.

Bye,

Tarun Dewan.

-----Original Message-----
From: A mailing list about Java Server Pages specification and reference
[mailto:[EMAIL PROTECTED]]On Behalf Of Alan Goodenough
Sent: Thursday, June 01, 2000 04:36 PM
To: [EMAIL PROTECTED]
Subject: USEBEAN


Does anybody know whether it is possible to use more than one bean in a JSP
page using the JSP usebean tag?

cheers

alan goodenough

===========================================================================
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

===========================================================================
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

Reply via email to