Re: [repost] [T4] servlet including jsp causes jsp to flush buffer?

2001-06-18 Thread Geoff Soutter
] Sent: Thursday, June 14, 2001 1:12 PM Subject: [repost] [T4] servlet including jsp causes jsp to flush buffer? come on guys, I know you're listening ... :-) is this really a bug or am I missing something obvious? (I'm not really up to speed on Jasper...) If it is I can enter

[repost] [T4] servlet including jsp causes jsp to flush buffer?

2001-06-13 Thread Geoff Soutter
: Wednesday, June 13, 2001 4:14 PM Subject: [T4] servlet including jsp causes jsp to flush buffer? Hi, I've got a servlet which includes a JSP page, and it appears that the JSP engine in Tomcat 4.0 calls response.flushBuffer() when the include finishes. IMHO this behaviour is incorrect, as it should

[T4] servlet including jsp causes jsp to flush buffer?

2001-06-12 Thread Geoff Soutter
Hi, I've got a servlet which includes a JSP page, and it appears that the JSP engine in Tomcat 4.0 calls response.flushBuffer() when the include finishes. IMHO this behaviour is incorrect, as it should be up to the topmost servlet to control what is happening with the buffering as much as