Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. jgreene78023

    using variable page name in <jsp:include...

    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 = &quot;someUrl.jsp&quot;; (determined at runtime) %> . . . <body> . . . <jsp:include page=&quot;<%=...

Part and Inventory Search

Back
Top