Author
Cannot find ActionMappings or ActionFormBeans collection
Nicola Guy
Ranch Hand
Joined: Jun 23, 2004
Posts: 91
Any ideas wot would throw this error??? javax.servlet.ServletException : Cannot find ActionMappings or ActionFormBeans collection org.apache.jasper.runtime.PageContextImpl.doHandlePageException(PageContextImpl.java:825) org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImpl.java:758) org.apache.jsp.registeruser.index_jsp._jspService(index_jsp.java:90) org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:94) javax.servlet.http.HttpServlet.service(HttpServlet.java:810) org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:298) org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:292) org.apache.jasper.servlet.JspServlet.service(JspServlet.java:236) javax.servlet.http.HttpServlet.service(HttpServlet.java:810) root cause javax.servlet.jsp.JspException : Cannot find ActionMappings or ActionFormBeans collection org.apache.struts.taglib.html.FormTag.lookup(FormTag.java:798) org.apache.struts.taglib.html.FormTag.doStartTag(FormTag.java:506) org.apache.jsp.registeruser.index_jsp._jspx_meth_html_form_0(index_jsp.java:146) org.apache.jsp.registeruser.index_jsp._jspx_meth_html_html_0(index_jsp.java:122) org.apache.jsp.registeruser.index_jsp._jspService(index_jsp.java:82) org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:94) javax.servlet.http.HttpServlet.service(HttpServlet.java:810) org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:298) org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:292) org.apache.jasper.servlet.JspServlet.service(JspServlet.java:236) javax.servlet.http.HttpServlet.service(HttpServlet.java:810) Thanx for any help you can give me because im realy stuck
Nathaniel Stoddard
Ranch Hand
Joined: May 29, 2003
Posts: 1258
This is a struts issue, right? (Yes.) So, have you defined your struts-config.xml correctly? You haven't given enough information here for anybody to be of any help.
Nathaniel Stodard<br />SCJP, SCJD, SCWCD, SCBCD, SCDJWS, ICAD, ICSD, ICED
Mark Spritzler
ranger
Sheriff
Joined: Feb 05, 2001
Posts: 17234
posted Jun 23, 2004 10:51:00
0
This seems to be a duplicate post of your other thread Nicola. I am going to close this thread. Plus the Web Applications Framework forum is where you want to post Struts questions. This forum is specifically for Servlets questions directly, and whicl Struts has the ServletController, the Form and Action classes are not Servlets. Thanks for you understanding, and good luck with your search to fix your bug. Mark
Perfect World Programming, LLC - Two Laptop Bag - Tube Organizer
How to Ask Questions the Smart Way FAQ
subject: Cannot find ActionMappings or ActionFormBeans collection