I was coding a small logon application using the ActionServlet and the form
tags. I am getting the following exception, when I try to access my web
application. Can anyone help me locate the problem? I am new to Struts.

javax.servlet.jsp.JspException: Cannot find ActionMappings or
ActionFormBeans co
llection
        at org.apache.struts.taglib.html.FormTag.lookup(FormTag.java:686)
        at
org.apache.struts.taglib.html.FormTag.doStartTag(FormTag.java:441)
        at jsp_servlet._logon._jspService(_logon.java:91)
        at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
        at
weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm
pl.java:208)
        at
weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm
pl.java:244)
        at
weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppSe
rvletContext.java:1127)
        at
weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestIm
pl.java:1529)
        at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:137)
        at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)

Reply via email to