Pete -
Thanks again for your reply. Yes, the top of the page has a few lines of java code that executes, and if you look at my original post, that is a very accurate example of what I'm trying to do. As a test, I created the String variable at the top of the jsp so I could try to use the...
Pete,
Thanks for your reply...
Perhaps there's a semantic issue here. Maybe I should have said something like 'request time' or 'execution time' instead of 'runtime'. My point is that when my main jsp is being rebuilt and recompiled by the servlet engine at request time, the dynamic variable...
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.