To insert HTML content using the urlInclude component:
The Insert dialog opens.
http://www.example.com/adfuix/somehtml.html
.
Note: To use data binding, see Data Binding a Component Attribute.
This is the file that has the urlInclude component:
...
<pageLayout title="">
...
...
<contents>
<header text="Example of included HTML Content">
<contents>
<urlInclude source="http"//www.example.com/adfuix/someHtml.html"/>
</contents>
</header>
...
</contents>
</pageLayout>
...
About UrlInclude
About Include
About ServletInclude
Using Include to Insert UIX XML Content
Using ServletInclude to Insert JSP and Servlets
Working with Include Components
Copyright © 1997, 2004, Oracle. All rights reserved.