Help! I've recently tried to create a JSP page that
uses a bean, but when I try to access the page I get
the following error:
-------------
An error occurred at line: 9 in the jsp file:
/moreinfo.jsp
Generated servlet error:
/usr/local/tomcat4/work/localhost/_/moreinfo$jsp.java:60:
Class myBean.EmailAddress not found.
myBean.EmailAddress emailAddr = null;
-------------
System is RH Linux 7.2/Tomcat 4.03
I am using the <jsp:useBean id="testBean"
class="myBean.EmailAddress"> construct, and have also
tried specifying the page import directive.
I have the bean in the myBean package and have the
class file installed in
webapps/examples/WEB-INF/classes/myBean, but I've not
had any luck getting the page to compile.
I suspect I'm making a fairly simple rookie mistake -
I'm hoping someone can spot it quickly.
Any help would be appreciated.
-Stephen
__________________________________________________
Do You Yahoo!?
Yahoo! Tax Center - online filing with TurboTax
http://taxes.yahoo.com/
--
To unsubscribe: <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>