Main
The Road Behind
VenezuelaTrinidad Curacao Galapagos Ecuador Peru Bolivia Paraguay Argentina Chile Hong Kong Thailand North Thailand South Malaysia Cambodia Singapore Nepal Kathmandu Royal Trek Nepal Trek India India Palace Udaipur Bangalore Greece Islands Rhodes Camping Olympia Turkey Istanbul Bath Bursa Cappadocia Bodrum South Africa Garden Route Cape Town Namibia Fish River Etosha Botswana Zimbabwe Wedding Great Ruins Germany Bathroom Netherlands Spain Madrid Seville Granada Gibraltar Morocco Portugal Sintra France Normandy Egypt Pyramids Nile Aswan Abusimbel Luxor Valley of Kings Alexandria Red Sea Jordan Kings Valley Aman Palestine The Road Ahead
IsrealCzech Republic Austria Italy Switzerland England Find pages Unused pages Undefined pages Page Index
Set your name in
UserPreferences
Referenced by
JSPWiki v2.2.33
|
Allows you to determine which JSP page originally got the request. It is very useful to know this when you are including specific information on a page. Available contexts are:
Usage<wiki:CheckRequestContext context="view|edit|diff...">
Parameters
ExampleThis example comes from ViewTemplate.jsp:
<wiki:CheckRequestContext context="view">
<wiki:Include page="PageContent.jsp" />
</wiki:CheckRequestContext>
<wiki:CheckRequestContext context="diff">
<wiki:Include page="DiffContent.jsp" />
</wiki:CheckRequestContext>
<wiki:CheckRequestContext context="info">
<wiki:Include page="InfoContent.jsp" />
</wiki:CheckRequestContext>
<wiki:CheckRequestContext context="preview">
<wiki:Include page="PreviewContent.jsp" />
</wiki:CheckRequestContext>
<wiki:CheckRequestContext context="conflict">
<wiki:Include page="ConflictContent.jsp" />
</wiki:CheckRequestContext>
<wiki:CheckRequestContext context="find">
<wiki:Include page="FindContent.jsp" />
</wiki:CheckRequestContext>
|
Please make one. |
||||||