![]() |
![]() |
||||
At line 5 changed 1 line. |
It is equivelant to using an include directive such as <%@ include file="relativeFileName" %> at the top of the JSP file. |
It is equivelant to using a static include directive such as <%@ include file="include.jsp" %> at the top and bottom of the JSP and can be used to set various JSP variables. |
At line 13 changed 1 line. |
* [SCWCD Study Guide by Mikalai Zaikin|http://java.boot.by/wcd-guide/ch06s07.html] for a good description of the way include directives are handled, and the differences between the static include directive and the dynamic include action |