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 more. Or any solution for that?
Thanks Harden -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>