06-20-2005, 12:29 PM | #1 (permalink) |
Free Mars!
Location: I dunno, there's white people around me saying "eh" all the time
|
[Java/JSP] Including file with dynamic url
I have a index.jsp that has the code
Code:
<jsp:include page="<%=content%>" /> However, some of the JSP file that will be included in the index.jsp contains dynamic code including some java and tag expressions. File 1.jsp is passed to index.jsp and is included but the codes inside File 1.jsp doesn't get compiled. Is there a work around to ensure that the codes within a jsp page that is being included to compile and yet, keep the dynamic url for the include page?
__________________
Looking out the window, that's an act of war. Staring at my shoes, that's an act of war. Committing an act of war? Oh you better believe that's an act of war |
Tags |
dynamic, file, including, java or jsp, url |
|
|