I am just getting started with jsp and am following Sun's 2nd tutorial at
http://java.sun.com/products/jsp/html/jspbasics.fm2.html. This tutorial has
an interaction with a Bean. I cut & paste their code and believe I'm
following the steps correctly, but when I run the jsp page I receive the
following error:

500 Internal Server Error
Java Server Page Translation Error

Error during compilation :
D:\Java\JavaWebServer2.0\tmpdir\default\pagecompile\jsp\_examples\_jsp\_tuto
rial\_hellouser\_hellouser.java:14: Class hello.NameHandler not found in
import.
import hello.NameHandler;
       ^
D:\Java\JavaWebServer2.0\tmpdir\default\pagecompile\jsp\_examples\_jsp\_tuto
rial\_hellouser\_hellouser.java:19: '}' expected.
    static char[][] _jspx_html_data = null;
                                           ^
2 errors

Any ideas?

Thanx
Jeff Douglas

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
FAQs on JSP can be found at:
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html

Reply via email to