IncludeTag


Includes another JSP page, making sure all of the contexts are handled propely.


Usage

<wiki:Include page="<JSP page name>" />

Parameters

page
JSP page to include.

Example

<wiki:Include page="SearchBox.jsp" />

Includes the SearchBox.jsp file.