Hi,
We include a JSP page from a servlet 
via  RequestDispachter.include(request,response) and the response object is 
a wrapper. The JSP page write its output to the original response object 
and not over the wrapper object passed as the parameter in the include 
call. However, if we make the same call using a forward call, then the JSP 
page write its output to the wrapper object.

Thanks.  


_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com

Reply via email to