You should write this in the all the page which is using this bean :
         <jsp:useBean id="bean1" class="BeanData" scope="application"/>

Regards
Veronique

Pranav Bansal a �crit :

> Hi all,
>          I am using an Application bean at my Home page as ...
>          <jsp:useBean id="bean1" class="BeanData" scope="application"/>
>        But when I call it at some other page like ......
>        <% int i=bean1.getMunber();%>
>       it's gives the error that 'bean1' is not a variable or class
>
> I am using the Weblogic 5.1 on Windows NT,
> Please help me.
> With Regards,
> Pranav Kumar
> Software Engineer
> Informica India Pvt. ltd.
> Noida,India
> Phone: -91-118-4514702
> www.informica.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

Reply via email to