hello everybody.I was trying to call a simple bean
using <jsp:usebean property.I got the following error.
I thought it was unable to take the class.Where
exactly should i keep my bean.
Thanks in advance
subbu
Error during compilation :
G:\JavaWebServer2.0\tmpdir\default\pagecompile\jsp\_testbe1.java:72:
Class pagecompile.jsp.testbe1 not found in type
declaration.
testbe1 test = null;
^
G:\JavaWebServer2.0\tmpdir\default\pagecompile\jsp\_testbe1.java:75:
Class pagecompile.jsp.testbe1 not found in type
declaration.
test= (testbe1)
^
G:\JavaWebServer2.0\tmpdir\default\pagecompile\jsp\_testbe1.java:80:
Class pagecompile.jsp.testbe1 not found in type
declaration.
test = (testbe1)
Beans.instantiate(getClassLoader(), "testbe1");
^
3 errors
__________________________________________________
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