EAR deployment issue
I have an ear file created using WSAD 5.1 deployed into sun app server. It is giving errors when I go to the first page (which is an action).
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.register_jsp._jspx_meth_html_form_0(register_jsp.java:192)
org.apache.jsp.register_jsp._jspService(register_jsp.java:141)
This is a struts project that I want to deploy. All jsp and servlets projects I deployed work fine.

