Just so everyone who uses JRun is aware, there is a bug when using the
include directive.

If you have an included file in a directory higher in the tree than the
current directory:
<jsp:include page="../IncludedFile.jsp" />

JRun includes the text of the JSP file rather than actually "includeding"
the file as it is supposed to.

I found a workaround for this bug which is to use absolute paths:
<jsp:include page="/../IncludedFile.jsp" />

Thought all you JRun users should know.

Randy

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JSP-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to