Hello,

Excuse my previous message and disregard it - I gave incorrect info. Here is
the message I meant

I am learning JWS and JSP and used a did the first Hello World example. But
when I tried the second example where the jsp page contains <jsp:useBean
id="mybean" scope="page"
class="hello.NameHandler" /> it cannot compile the page saying that it
cannot find the hello.NameHandler class, although this NameHandler.class is
within c:\test\hello directory (the jsp page hellouser.jsp is in c:\test).
Why is this?
Actually the behavior is more enigmatic:
When I try to open the hellouser.jsp first time after I have saved it, it
says:
500 Internal Server Error
Java Server Page Translation Error
Error during page parsing:
com.sun.server.http.pagecompile.jsp.JspException: Class: hello.NameHandler
not found
When I press Refresh, it says:
500 Internal Server Error

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