Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Output adf:outputText between html <div> tags

1799267Sep 30 2015 — edited Sep 30 2015

Hi,

I have mixed both HTML and ADF tags together and wanted the div class to be applied to the outputText tag.

<div class="somestyle">

<af:outputText value="this is actually some html string" escape="false">

</div>

However, when I inspect the output, WebCenter Portal renders something like this. How do I ensure the outputText generated output is in between my div tags?

<div class="somestyle">

</div>


<!-- new div tag generated by af:outputText -->

<div>

</div>

This post has been answered by amey g on Sep 30 2015
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 28 2015
Added on Sep 30 2015
1 comment
380 views