servletIncludeコンポーネントを使用してJSPまたはサーブレットを挿入するには、次のようにします。
「挿入」ダイアログが開きます。
jspDemo.jsp
を入力します。
注意: データ・バインディングの使用は、「コンポーネント属性のデータ・バインディング」を参照してください。
This is the file that has the servletInclude component:
...
<pageLayout title="">
...
...
<contents>
<header text="Example of included JSP/Servlet Content">
<contents>
<servletInclude source="jspDemo.jsp"/>
</contents>
</header>
...
</contents>
</pageLayout>
...
servletIncludeについて
includeについて
urlIncludeについて
includeを使用したUIX XMLコンテンツの挿入
urlIncludeを使用したHTMLコンテンツの挿入
includeコンポーネントの使用
Copyright © 1997, 2004, Oracle. All rights reserved.