soh syed wrote:

> can anyone help with this
> my classpath is all ok and i have the classes in right
> folder but its still not visible to page
>
> javax.servlet.ServletException: Exception creating
> bean of class org.apache.struts.example.LogonForm:
> java.lang.ClassNotFoundException:
> org.apache.struts.example.LogonForm
>         at
> 
>org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImpl.java:459)
>         at
> _0002flogon_0002ejsplogon_jsp_0._jspService(Compiled
> Code)   at org.apache
>

It looks like you are trying to create an instance of
"org.apache.struts.example.LogonForm".  Note that this class is not* found in 
struts.jar,
because it belongs only to the example application.  You would need to make sure that 
the
contents of WEB-INF/classes from the example application was included in your
WEB-INF/classes directory.

Craig


>
> __________________________________________________
> Do You Yahoo!?
> Get email at your own domain with Yahoo! Mail.
> http://personal.mail.yahoo.com/

Reply via email to