Re: Slightly OT: Preventing of buffer flush with tiles:insert

2004-04-09 Thread Richard Yee
Shahak, Why won't a filter work in you Servlet 2.3 environment? Filters exist in the Servlet 2.3 spec. They don't exist in the Servlet 2.2 spec. Regards, Richard --- [EMAIL PROTECTED] wrote: > I'm trying to use a custom tag to gzip (compress) > pages (filter won't work because I'm in a servlet >

Slightly OT: Preventing of buffer flush with tiles:insert

2004-04-08 Thread Shahak.Nagiel
I'm trying to use a custom tag to gzip (compress) pages (filter won't work because I'm in a servlet 2.3 environment). On straightforward JSP's, it works fine. But in "layout" JSP's which employ the tag, I get IOExceptions and the container complains "Illegal to flush within a custom tag," po