org.apache.jasper. JasperException: javax.servlet.
ServletException: javax.servlet.jsp. JspException: Cannot find ActionMappings or ActionFormBeans collection
root cause
javax.servlet. ServletException: javax.servlet.jsp. JspException: Cannot find ActionMappings or ActionFormBeans collection
root cause
javax.servlet.jsp. JspException: Cannot find ActionMappings or ActionFormBeans collection
Ans: One of the most common error is that .. that you have missed struts-config file path in web.xml file.
for Ex: <param-value>/WEB_INF/struts- config.xml</param-value>
so change it as <param-value>/WEB-INF/struts-
config.xml</param-value>
root cause
javax.servlet.
root cause
javax.servlet.jsp.
Ans: One of the most common error is that .. that you have missed struts-config file path in web.xml file.
for Ex: <param-value>/WEB_INF/struts-
so change it as <param-value>/WEB-INF/struts-
0 comments:
Post a Comment