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 derfloh 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
Joined
Nov 26, 2003
Messages
53
Location
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?
 
Thanks man, you've helped me a lot.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top