Re: Template layout file with an include (bean or jsp) to a jsp with a form. (there are many tomcat developer here also i believe)

2001-01-05 Thread Craig R. McClanahan
Johan Compagner wrote: > Hi, > > I thought i shall be smart, i developed my own: > IncludeServletResponse that implements HttpServletResponse) > On a servlet 2.2 container, this is not legal -- the request and response arguments that you pass on to a RequestDispatcher *must* be the ones you ori

RE: Template layout file with an include (bean or jsp) to a jsp with a form. (there are many tomcat developer here also i believe)

2001-01-05 Thread Johan Compagner
Hi, I thought i shall be smart, i developed my own: IncludeServletResponse that implements HttpServletResponse) That one routes everything to the base servlet response of the pagecontext except the outputstream ones: The getOutputStream() returns not the default one of the first Response but m