Return-Path: Mailing-List: contact cocoon-users-help@xml.apache.org; run by ezmlm Delivered-To: mailing list cocoon-users@xml.apache.org Delivered-To: moderator for cocoon-users@xml.apache.org Received: (qmail 9130 invoked from network); 24 Jan 2001 06:46:10 -0000 Received: from unknown (HELO leopard.acomnet.net.au) (202.61.227.2) by h31.sny.collab.net with SMTP; 24 Jan 2001 06:46:10 -0000 Received: from flynkbaby (unverified [202.61.227.104]) by leopard.acomnet.net.au (Rockliffe SMTPRA 2.1.6) with ESMTP id for ; Wed, 24 Jan 2001 18:41:15 +1100 From: "Andres Olave" To: "Cocoon-Users" Subject: Re: problem with requestDispatcher Date: Wed, 24 Jan 2001 17:52:33 +1100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N upon compilation i got: no such constructor RedirectException() found in class org.apache.cocoon.response.RedirectException which kinda makes sense upon looking at the source becasue it is not a public constructor. what to do? what to do? upgrade to Tomcat 3.2? well i tried that - see the previous email for that sad stroy:( Andres ------------------------------------------------- Okay, you need to throw new org.apache.cocoon.response.RedirectException (); after dispatching the request. This will stop Cocoon from outputting anything on the original request.