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