Hi,
I�m learning
Servlet and
JSP from the book called �core Servlets and JavaServer Pages� by Marty Hall. When I tried to run an example on page 360, I got an error as shown below:
Error:500
Location: /travel/BookFlights.jsp
Javax.servlet.ServletException: Can not create bean of class JSPpackage.TravelCustomer at��.
My servlet classes are located in D:/jakarta-tomcat-3.2.1/webapps/ROOT/WEB-INF/classes/JSPpackage directory. My �.jsp� files and �.html� file are located in D:/jakart-tomcat-3.2.1/webapps/travel directory. I�m using JBuilder3 and IE5. I am not able to figure out what caused the error, Please advise.
Thanks in advance