Hi,
this is a question concerning jsp spec. hope I can get answers from SUN
engineers or jsp spec authors...
say, I have a file structure like this:
doc_root
|
----sub_dir
| |
| ----x.jsp
----y.jsp
|
----z.jsp
in x.jsp, I have an include directive: <%@ include file="../y.jsp" %>
Now in y.jsp, I am supposed to include z.jsp, should I use <%@ include
file="../z.jsp" %>, or should I use <%@ include file="z.jsp" %>?
it sounds unreasonable to me to use "../z.jsp", unfortunately that's way
TomCat works?
Thanks for any feedback!
Emily
_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com
===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:
http://java.sun.com/products/jsp/faq.html
http://www.esperanto.org.nz/jsp/jspfaq.html
http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets