Re: Possibly error in RequestDispatcher

2001-05-15 Thread Bip Thelin
RAUL wrote: > > 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 ServletOutp

Re: Possibly error in RequestDispatcher

2001-05-15 Thread Craig R. McClanahan
On Tue, 15 May 2001, RAUL wrote: > 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 > response

Possibly error in RequestDispatcher

2001-05-15 Thread RAUL
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 write

Possibly error in RequestDispatcher

2001-05-15 Thread RAUL
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 write