Hi all
I'm frequently getting an error while loading a Bean Class In jsp
application. I'm loading the bean using
<bean id="testBean" scope="session" create="true" type="addBean"></bean>
The Error I'm getting is :
org.apache.jasper.JasperException: Unable to compile class for
JSPwork\localhost_8080%2Fexamples\_0002fjsp_0002ftestBean_0002ejsptestBean_j
sp_0.java:72: Undefined variable or class name: testBean
                String op = testBean.concating(in1,in2);
I'll be thankful for a Solution

With Regards,

Prasun Kumar Sarangi
Trigent Software Ltd.
620,  80 ft Road
Koramangala
Bangalore
Voice : 91 - 080 - 5710711

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