Note that you can forward to another JSP page, or to a servlet.  Also, a servlet can
forward to a JSP page by using the RequestDispatcher.forward() mechanism.
 
 
If I am right, RequestDispatcher.forward() transfers the HttpServletRequest object and HttpServletResponse object too - one can use this like servlet chaining and continue with processing.
 

Reply via email to