Re: PageContext.include and flush

2001-11-13 Thread Rickard Öberg
Craig R. McClanahan wrote: >>So how can I call include or any similar function like include without >>flush? Since in that include page, I have error checkings. If have errors, >>then will forward to some pages. >>Once JSP flushed, I can't do forward any more. Or any solution for that? >> >> >

Re: PageContext.include and flush

2001-11-13 Thread Craig R. McClanahan
On Tue, 13 Nov 2001, Harden ZHU wrote: > Date: Tue, 13 Nov 2001 03:31:38 -0500 > From: Harden ZHU <[EMAIL PROTECTED]> > Reply-To: Tomcat Developers List <[EMAIL PROTECTED]> > To: Tomcat Developers List <[EMAIL PROTECTED]> > Subject: PageContext.include and flus

PageContext.include and flush

2001-11-13 Thread Harden ZHU
JSP will do flush when call PageContext.include even make autoflush=false. So how can I call include or any similar function like include without flush? Since in that include page, I have error checkings. If have errors, then will forward to some pages. Once JSP flushed, I can't do forward any mo