ear deployment issue on sun app server.
I deployed an ear file (which I created using WebSphere Application Developer), on sun app server. Then I got the following error on the browser when I went 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)
The WSAD is based on java version 1.3 and the sun appserver is based on java version 1.4. Could that be an issue.
Please help. This is working on WSAD.

