August 2002
Intermediate to advanced
688 pages
23h
English
Include Directive
Includes a static file, merging its content with the including page before the combined result is converted to a JSP page implementation class.
<@ include file="pageOrContextRelativePath" %>|
Attribute name |
Default |
Description |
|---|---|---|
file |
No default |
A page- or context-relative URI path for the file to include |
A page can contain multiple include directives.
The including page and all included pages taken together form what is
called a JSP translation unit.
<%@ include file="header.html" %>
Read now
Unlock full access