Assuming I am including file2.jsp in file1.jsp using
<jsp:include page="file2.jsp" flush="true" />
is there any way to access the name of file1 from within file2?
getRequestURI() returns the name of file2, and getHeader("referer") returns
the file that referred file1.

I'm using JSDK 2.0.  Any help appreciated.

Nate Tanner

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to