Include Tag
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
<code> <wiki:Include page="SearchBox.jsp" /> </code>
Includes the SearchBox.jsp file.