Hi,
I include a JSP page via RequestDispatcher.include(request,
responseWrapper), being responseWrapper a subclass of
ServletResponseWrapper. This responseWrapper object has its own
ServletOutputStream, the JSP page must write its out to the
responseWrapper's ServletOutputStream. However, it writes its out to 
the
response provided by the servlet engine. In addiction, if I change
RequestDispatcher.include(request, responseWrapper) for
RequestDispatcher.forward(request, responseWrapper), the JSP page 
writes
its out to the responseWrapper's ServletOutputStream.

Thanks a lot.
Raúl.


_______________________________________________________________
Do You Yahoo!?
Yahoo! Messenger: Comunicación instantánea gratis con tu gente -
http://messenger.yahoo.es

Reply via email to