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!

ADF Faces: outputText and outputFormat

433147Apr 29 2005 — edited May 3 2005
The outputFormatted documentation states the following:
The outputFormatted bean accepts a string in its "value" attribute containing a very limited set of HTML markup and outputs formatted results. It is not intended as anything near to a generic HTML output engine, and will never be such a bean. Developers needing full HTML output should use < f:verbatim > or < af:outputText > with escape="false".

However, even when I use outputText with escape="false" there are <div></div> tags rendered out. Is there a component that supports EL in its value attribute and doesn't render any additional markup?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 31 2005
Added on Apr 29 2005
5 comments
758 views