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


Reply via email to