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.
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.
- CallPage Sandy Tiu
- Re: CallPage Anand Kumar Sankaran
- Re: CallPage Craig R. McClanahan
- Re: CallPage Anand Kumar Sankaran
- Re: CallPage Craig R. McClanahan
