wrapper class getWriter() method never called
It appears that in servlet 2.2, tomcat 3.3.1, the servlet method getWriter() is not called in response when using dispatcher.include().
I have wrapped my response in order to capture the HTML output generated by my JSP pages, and nothing seems to happen.
Has anyone else seen something like this? I agree this is an OLD version of tomcat... an unfortunate fact in this environment which cannot be changed.
Any helpers on how to capture the output from JSP with this or another method...
|