I'm trying to use jakarta-struts with orion1.4.5. I've subclassed the
ActionForm class to AttributeTypeForm, but after deployment I get the
following error:
javax.servlet.jsp.JspException: Exception creating bean of class
com.fred.fredadmin.control.web.AttributeTypeForm:
java.lang.ClassNotFoundException:
com.fred.fredadmin.control.web.AttributeTypeForm
at org.apache.struts.taglib.html.FormTag.doStartTag(FormTag.java:527)
at
/editattributetype.jsp._jspService(/editattributetype.jsp.java:81) (JSP
page line 15)
at com.orionserver.http.OrionHttpJspPage.service(JAX)
at com.evermind.server.http.HttpApplication.xj(JAX)
at com.evermind.server.http.JSPServlet.service(JAX)
at com.evermind.server.http.d3.sw(JAX)
at com.evermind.server.http.d3.include(JAX)
at com.fred.fredadmin.taglib.InsertTag.doEndTag(InsertTag.java:61)
at /template.jsp._jspService(/template.jsp.java:48)
at com.orionserver.http.OrionHttpJspPage.service(JAX)
at com.evermind.server.http.HttpApplication.xj(JAX)
at com.evermind.server.http.JSPServlet.service(JAX)
at com.evermind.server.http.d3.sw(JAX)
at com.evermind.server.http.d3.su(JAX)
at com.evermind.server.http.d3.forward(JAX)
at
com.fred.fredadmin.control.web.MainServlet.doGet(MainServlet.java:63)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:190)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:302)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:329)
at com.evermind.server.http.d3.sw(JAX)
at com.evermind.server.http.d3.su(JAX)
at com.evermind.server.http.ef.s1(JAX)
at com.evermind.server.http.ef.do(JAX)
at com.evermind.util.f.run(JAX)
The error message is a bit cryptic, becase when I create a jsp page that
accesses the AttributeTypeForm bean directly works. Also deploying the
application with struts on orion1.3.8 and J2EE works.
Has anyone experienced the same problem and/or solution?
Mark