Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@jakarta.apache.org Received: (qmail 71351 invoked by uid 500); 4 Apr 2001 07:24:14 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk Reply-To: tomcat-user@jakarta.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 71344 invoked from network); 4 Apr 2001 07:24:12 -0000 Received: from smtpde02.sap-ag.de (194.39.131.53) by h31.sny.collab.net with SMTP; 4 Apr 2001 07:24:12 -0000 Received: from sap-ag.de (walldorf3.sap-ag.de [194.39.131.3]) by smtpde02.sap-ag.de (out) with ESMTP id JAA15798 for ; Wed, 4 Apr 2001 09:24:22 +0200 (MESZ) Message-ID: <816D93CCC927D31188570008C75D1DE10745721E@dbwdfx1a.wdf.sap-ag.de> From: "Mueller, Franz" To: "'tomcat-user@jakarta.apache.org'" Subject: Question regarding autoFlush Date: Wed, 4 Apr 2001 09:23:52 +0200 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" X-SAP: out X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N Hi all, If the page-directive autoflush is set to "true" <%@ page autoFlash="true" %> and when the JSP uses a body-aware Tag class MyTag extends BodyTagSupport {...} the JSP-environment will generate a BodyContent ( which extends JspWriter) out = pageContext.pushBody(); This object does not inheritate the page-directive autoFlush. Is this conform to the JSP-specification or is this a bug ? Is there any way to programmatically set this attribute for all the sub-writers (for a specific writer ) ? Thanks in advance, fm