This is a known bug in Tomcat 3.1. It is fixed in Tomcat 3.2 and up
(including 3.3 and 4.0).
Larry
> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, September 25, 2001 11:03 AM
> To: [EMAIL PROTECTED]
> Subject: problem with <jsp:forward....
>
>
> hi!
>
> I use tomcat 3.1. I have a <jsp:forward> tag which call a servlet :
>
> <jsp:forward page
> ="OdataControllerServlet?Action=LoginResult&ResultType=Failure"/>
>
> This tag is in a Jsp which is include in other Jsp with :
>
> <%@ include file="../confirmLogin.jsp" %>
>
> When i put this include tag in a Jsp which is on my root
> directory that
> work well.
> But when i put this include tag in a Jsp which is not on my
> root directory
> that doesn't work.
>
> Any Explication ?????????????
>
> Patrick PIERRA
>
>