previous | index | next

The include Directive

Used to include text and/or code at translation time of a JSP. Syntax:
    <%@ include file="relativeURL" %>  

previous | index | next