It eventually invokes

    request.getRequestDispatcher("bar.jsp").include().
    
    
> Date: Fri, 08 Aug 2003 11:40:45 +0200
> From: Marc Baumgartner <[EMAIL PROTECTED]>
> Subject: JSP include
> To: [EMAIL PROTECTED]
> 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:
> 
> <title>foo</title>
> <jsp:include page="bar.jsp" />
> 
> 
> <title>bar</title>
> <p>hello</p>
> 
> 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: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to