この要素のJSP 1.2のバージョンの詳細は、次のURLの『JavaServerPages (JSP) 1.2 Syntax Reference』をオンラインで参照してください。http://java.sun.com/products/jsp/tags/tags.html
JSPページをコンパイルする場合、変換時にJSPページにテキストまたはコードのstaticファイルを挿入する際に、JSP 2.0ディレクティブ<%@ include %>
または<jsp:directive.include>
タグを使用します。
<%@ include file="relativeURL" %>
または、
<jsp:directive.include file="relativeURL" />
<jsp:directive.include file="relativeURL" />
file
タグの詳細は、Sun社の『JavaServer Pages Developer's Guide』を参照してください。
『JavaServerPages (JSP) 2.0 Syntax Reference』は、次のURLでオンラインで参照できます。
http://java.sun.com/products/jsp/syntax/2.0/syntaxref20.html
Copyright © 1997, 2006, Oracle. All rights reserved.