Iam getting the following Error. Even i didnot used the FormBean
This is the home.jsp
This is the MyRequestProcessor.java
The Action is Default it forwarding only if success
But i am getting the following exception
What will i do
org.apache.jasper.JasperException: javax.servlet.ServletException: javax.servlet.jsp.JspException: Form bean not specified on mapping for action: "mypath.do"
org.apache.jasper.servlet.JspServletWrapper.handleJspException(JspServletWrapper.java:541)
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:417)
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:320)
org.apache.jasper.servlet.JspServlet.service(JspServlet.java:266)
javax.servlet.http.HttpServlet.service(HttpServlet.java:803)