Writing Custom HTML Content within ADF Layout
I have a requirement where I need to read the contents of an HTML file and display part of the file's contents to the screen. I would like to have it setup where I can write the contents inside of an existing ADF container component such as a panelStretchLayout. So it would be similar to this:
<af:panelStretchLayout ...>
<-- Stuff here is inserted based on a backing bean which reads data from files and inserts it -->
</af:panelStretchLayout>
Is there an existing tag for me to do this or how would I fulfill this requirement in ADF 11?
Thanks,
Kris