Question: How do you pass control from one JSP page to another?
How do you pass control from one JSP page to another?
Answer:Use the following ways to pass control of a request from one servlet to another or one jsp to another.
* The RequestDispatcher object ?s forward method to pass the control.
* The response.sendRedirect method