I'm using struts1.0.2 and Weblogic Server 6.1.
Almost everything in my small testpages works.
Excep when I'm using the html:form tag.

        <html:form action="loginAction.do" method="GET">
 
        ...

        </html:form>

when I'm opening this page on my browser I get an  NoClassDefFoundError.
java.lang.NoClassDefFoundError: org/apache/struts/action/ActionMessages

<22.05.2002 16:11:27 CEST> <Error> <HTTP>
<[WebAppServletContext(3091100,struts,/struts)] Servlet failed with
Exception
java.lang.NoClassDefFoundError: org/apache/struts/action/ActionMessages
        at java.lang.Class.forName0(Native Method)
        at java.lang.Class.forName(Class.java:120)
        at
org.apache.struts.taglib.html.FormTag.doStartTag(FormTag.java:563)
        at jsp_servlet.__login._jspService(__login.java:181)
        at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
        at
weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
:265)
        at
weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
:200)
        at
weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletCo
ntext.java:2495)
        at
weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java
:2204)
        at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
        at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)



What do I need to do in order to fix this bug?
Thanks in advance Matthias

----------------------------------------------------------------------------
----------------
Hanel Matthias
Fachinformatiker (Anwendungsentwicklung) in Ausbildung
Logistik World GmbH     Fon:    +49-841-9014-300
Marie-Curie-Strasse 6   Fax:    +49-841-9014-302 
D- 85055 Ingolstadt     mailto:[EMAIL PROTECTED]
----------------------------------------------------------------------------
----------------


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to