![]() |
[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? |
All times are GMT -8. The time now is 07:46 AM. |
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
Search Engine Optimization by vBSEO 3.6.0 PL2
© 2002-2012 Tilted Forum Project