Hello,

I am very much enjoying this book, but am now trying to very slightly
modify the employee example in chapter 8 for my own purposes.  Running
tomcat 3.1 installed the examples as "webdev".
/webdev/fundamentals/helloBean.jsp seems to work just fine.

I duplicated the list.jsp and employee.jsp as listDataset.jsp and
dataset.jsp respectively, modifying them to reference my new beans.

Similarly, I modified EmployeeBean.java and FetchDatasetServlet.java as
DatasetBean.java and FetchDatasetServlet.java in
webdev/WEB-INF/classes/com/taglib/wdjsp/arch.  They compile fine.

However, when I try to access my jsp pages, it complains that the
DatasetBean class is not found.  Partial error message below.  Any
Suggestions would be greatly appreciated!

Thanks!

--john





Internal Servlet Error:

org.apache.jasper.JasperException: Unable to compile class for
JSP/usr/local/jakarta-tomcat/work/localhost_8080%2Fwebdev/_0002farch_0002flistDataset_0002ejsplistDataset_jsp_0.java:64:
Class com.taglib.wdjsp.arch.DatasetBean not found.




===============================================================================
John Cartwright
Professional Research Assistant / Associate Scientist
CIRES, SEG/NGDC/NOAA
(303) 497-6284
[EMAIL PROTECTED]
===============================================================================

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