blob: f1b6175dde907b0ec8326f97a863b9b304066098 [file] [log] [blame]
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.