Include Directive | |
The include directive includes a file, merging its content with the including page before the combined result is converted to a JSP page implementation class. A single page can contain multiple include directives. Together, the including page and all included pages form a JSP translation unit. Example: <%@ include file="header.html" %> |
file | No default |
A page- or context-relative URI path for the file to include. |