Return-Path: Mailing-List: contact tomcat-dev-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list tomcat-dev@jakarta.apache.org Received: (qmail 38395 invoked from network); 13 Sep 2000 22:29:04 -0000 Received: from unknown (HELO smoolji.tfmx.com) (12.15.20.65) by locus.apache.org with SMTP; 13 Sep 2000 22:29:04 -0000 Received: from localhost (shahed@localhost) by smoolji.tfmx.com (8.9.3/8.9.3) with ESMTP id RAA03488 for ; Wed, 13 Sep 2000 17:25:52 -0500 X-Authentication-Warning: smoolji.tfmx.com: shahed owned process doing -bs Date: Wed, 13 Sep 2000 17:25:52 -0500 (CDT) From: shahed X-Sender: shahed@smoolji.tfmx.com To: tomcat-dev@jakarta.apache.org Subject: ErrorPage in JSP In-Reply-To: <20000913123035.6547.rocketmail@web220.mail.yahoo.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N I am trying to use the errorPage directive in a jsp page. If there is any uncaught exception in page a.jsp, I get redirected to errorpage.jsp The only problem is that if I have output any HTML before the exception is raised in a.jsp, that html is shown before the output of errorpage.jsp. I have set the buffer="none" page directive in both a.jsp and errorpage.jsp, but that does not work. Thanks. Shahed.