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?
>>
>>
>
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
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