Hello,
i have a small strtus1.1 application.
It deployed correctly but when i call the app, i get the following error:
javax.servlet.jsp.JspException: Cannot find ActionMappings or ActionFormBeans collection
at org.apache.struts.taglib.html.FormTag.lookup(FormTag.java:712)
at org.apache.struts.taglib.html.FormTag.doStartTag(FormTag.java:500)
It seems that the struts-config.xml is not initialized correctly. Looking at the WebAdmins
WebContainer Service the app is started but i cannot see any of my initParams (e.g. the struts-config.xml)i specified for the
ActionServlet.
The app works fine using a tomcat webserver.
Can anybody help me?
Thanks Christian
Hi Christian,
We haven't face any problems with struts.
Can you send this simple application, and we can check what is wrong.
Regards Galin
Add a comment