DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13538>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13538 Cannot set relative path in <%@include ... %>directive [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WORKSFORME ------- Additional Comments From [EMAIL PROTECTED] 2002-10-14 08:09 ------- I cannot reproduce this. Please attach a test case. Based on the include example, this works with the current CVS code (no relevant fixes appear to have been made, but I could be wrong): <p>In place evaluation of another JSP which gives you the current time: <%@ include file="../a/foo.jsp" %> <p> <jsp:include page="/a/foo.html" flush="true"/> by including the output of another JSP: <jsp:include page="../a/foo.jsp" flush="true"/> (this is in folder "/b" in the context, and a folder "/a" with foo.jsp exists) -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>