Return-Path: Delivered-To: apmail-jakarta-tomcat-dev-archive@apache.org Received: (qmail 973 invoked from network); 8 Aug 2003 17:32:03 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 8 Aug 2003 17:32:03 -0000 Received: (qmail 3090 invoked by uid 97); 8 Aug 2003 17:34:44 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-dev@nagoya.betaversion.org Received: (qmail 3083 invoked from network); 8 Aug 2003 17:34:43 -0000 Received: from daedalus.apache.org (HELO apache.org) (208.185.179.12) by nagoya.betaversion.org with SMTP; 8 Aug 2003 17:34:43 -0000 Received: (qmail 117 invoked by uid 500); 8 Aug 2003 17:31:53 -0000 Mailing-List: contact tomcat-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Developers List" Reply-To: "Tomcat Developers List" Delivered-To: mailing list tomcat-dev@jakarta.apache.org Received: (qmail 104 invoked from network); 8 Aug 2003 17:31:53 -0000 Received: from nwkea-mail-2.sun.com (192.18.42.14) by daedalus.apache.org with SMTP; 8 Aug 2003 17:31:53 -0000 Received: from engmail2sun.Eng.Sun.COM ([129.144.134.19]) by nwkea-mail-2.sun.com (8.12.9/8.12.9) with ESMTP id h78HVvi0008082 for ; Fri, 8 Aug 2003 10:31:57 -0700 (PDT) Received: from phys-mpkmaila (phys-mpkmaila.SFBay.Sun.COM [129.146.18.131]) by engmail2sun.Eng.Sun.COM (8.12.9+Sun/8.12.9/ENSMAIL,v2.2) with ESMTP id h78HVvUu012286 for ; Fri, 8 Aug 2003 10:31:57 -0700 (PDT) Received: from misto (misto.SFBay.Sun.COM [129.145.132.207]) by mpkmail.eng.sun.com (iPlanet Messaging Server 5.2 Patch 1 (built Apr 2 2002)) with SMTP id <0HJB00JFWA18ES@mpkmail.eng.sun.com> for tomcat-dev@jakarta.apache.org; Fri, 08 Aug 2003 10:31:57 -0700 (PDT) Date: Fri, 08 Aug 2003 10:31:56 -0700 (PDT) From: Kin-Man Chung Subject: Re: JSP include To: tomcat-dev@jakarta.apache.org Reply-to: Kin-Man Chung Message-id: <0HJB00JG0A19ES@mpkmail.eng.sun.com> MIME-version: 1.0 X-Mailer: dtmail 1.3.0 @(#)CDE Version 1.5.3_06 SunOS 5.9 sun4u sparc Content-type: TEXT/plain; charset=us-ascii Content-transfer-encoding: 7BIT Content-MD5: MZ9v0ydbywFiFi6MrGuPqQ== X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N It eventually invokes request.getRequestDispatcher("bar.jsp").include(). > Date: Fri, 08 Aug 2003 11:40:45 +0200 > From: Marc Baumgartner > Subject: JSP include > To: tomcat-dev@jakarta.apache.org > Content-disposition: inline > > Hello all, > > I want to fix a bug in the JSPReader of the Cocoon-Project. It would be > helpfull for me if someone could explain me how the tomcat handles the > jsp:include and jsp:forward tag. > > For example, I have foo.jsp and bar.jsp: > > foo > > > > bar >

hello

> > How is the location of the file bar constructed by tomcat? > Which methods of HttpServletRequest are used? > > Thanks in advanced. > > Regards, > Marc > > --------------------------------------------------------------------- > To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org > For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org > --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org