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 IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

jsp:include question 1

Status
Not open for further replies.

tvrtko

Programmer
Nov 26, 2003
53
HR
I want to use jsp:include directive to include HTML content in jsp page somehow like

<jsp:include page="Relative URL" flush="true" />

Is it possible to use variable (taken from context) instead of fixed "Relative URL" so the content can be different depending on value of that variable, and how to do that?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top