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]

Reply via email to