> <jsp:useBean class="Your beanclass Name" id="beanid"
> scope="session"/>
Close - but for application scope it should be
<jsp:useBean class="Your beanclass Name" id="beanid" scope="application"/>
Kevin Jones
DevelopMentor
www.develop.com
> -----Original Message-----
> From: A mailing list about Java Server Pages specification and reference
> [mailto:[EMAIL PROTECTED]]On Behalf Of Pranav Bansal
> Sent: 20 September 2000 05:30
> To: [EMAIL PROTECTED]
> Subject: Re: problem with scope in <useBean>
>
>
> hi,
> you have to use
> <jsp:useBean class="Your beanclass Name" id="beanid"
> scope="session"/>
> regards,
> Pranav Kumar
> Software Engineer
> Informica India Pvt. ltd.
> Noida,India
> Phone: -91-118-4514702
> www.informica.com
> ----- Original Message -----
> From: RAJESH SINGHANIA <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Wednesday, September 20, 2000 9:11 AM
> Subject: problem with scope in <useBean>
>
>
> > hi guys,
> > i am facing problem in defining scope actually my aim
> > is to declare bean as application scope and then i
> > want to use the same bean instance to all the pages.
> > can anybody suggest me how to retrieve the bean
> > instance in different pages.
> > and what all i have to do for this.
> > plz help me it's urgent.
> > bye
> > rajesh
> >
> > __________________________________________________
> > Do You Yahoo!?
> > Send instant messages & get email alerts with Yahoo! Messenger.
> > http://im.yahoo.com/
> >
> >
> ==================================================================
> =========
> > 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
===========================================================================
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