Hi,
I have a file that is included into another file that is included itself in another...and it would not work with Tomcat (it was alright with JServ!).
More clearly :
file1:
.
.
<%@ include file = "../file2.jsp" %>
.
.
file2:
.
.
<%@ include file = "../file3.jsp" %> //here it crash
.
.
file3:
.
.
The message generated is:
org.apache.jasper.compiler.CompileException: /file2.jsp(77,15) Bad file argument to include
at org.apache.jasper.compiler.JspParseEventListener.handleDirective(JspParseEventListener.java:728, Compiled Code)...
thank you for any help.
H.
I have a file that is included into another file that is included itself in another...and it would not work with Tomcat (it was alright with JServ!).
More clearly :
file1:
.
.
<%@ include file = "../file2.jsp" %>
.
.
file2:
.
.
<%@ include file = "../file3.jsp" %> //here it crash
.
.
file3:
.
.
The message generated is:
org.apache.jasper.compiler.CompileException: /file2.jsp(77,15) Bad file argument to include
at org.apache.jasper.compiler.JspParseEventListener.handleDirective(JspParseEventListener.java:728, Compiled Code)...
thank you for any help.
H.