Posted By:
Leo_Nardini
Posted On:
Wednesday, November 13, 2002 05:03 AM
I'm developing my first Struts application with JBuilder5. When running the app inside Jbuilder I get the following error:
javax.servlet.ServletException: Exception creating bean of class mypackage.myActionForm: java.lang.ClassNotFoundException: mypackage.myActionForm
But generating the WAR file and deploying it in Tomcat 3.2 the application works.
Can anyone tell me what is hapening ??
ThankU