I'm developing a simple
struts application which sends the form data from a source to controller
servlet.
My request page is submit.jsp.
I'm getting a "javax.servlet.jsp.JspException: Cannot find ActionMappings or ActionFormBeans collection" exception.
My web.xml file is:
My struts-config.xml is:
My request page " submit.jsp" is
When i'm running it i'm getting the following exception:
Any help would be appreciated.