To insert JSP or Servlets using the servletInclude component:
The Insert dialog opens.
jspDemo.jsp
.
Note: To use data binding, see Data Binding a Component Attribute.
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>
...
About ServletInclude
About Include
About UrlInclude
Using Include to Insert UIX XML Content
Using UrlInclude to Insert HTML Content
Working with Include Components
Copyright © 1997, 2004, Oracle. All rights reserved.