I'm trying to do a jsp include of a page, the url of which will be determined at runtime, but it doesn't work. Here's an example of what I'm trying to do in my jsp:
<%
String myFilename = "someUrl.jsp"; (determined at runtime)
%>
.
.
.
<body>
.
.
.
<jsp:include page="<%=...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.