Can someone explain this better than me?
Nutshell: A custom tag is doing a RequestDispatcher.include().
The include is apparently a servlet which is grabbing ServletOutputStream.
I contend this can't be done since the Section 4.4 of the spec states:
"An included page only has access to the JspWriter object and it cannot
set headers." But he states that performing a jsp:include allows the
correct behavior he wants.
See: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16319 for the bug.
Can anyone update this bug?
Thanks
-Tim
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]