Raible's Wiki
Raible Designs AppFuseHomepage- Korean - Chinese - Italian - Japanese QuickStart Guide User Guide Tutorials Other ApplicationsStruts ResumeSecurity Example Struts Menu
Set your name in
UserPreferences
Referenced by
JSPWiki v2.2.33
Hide Menu |
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
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>
|