ADF Faces: outputText and outputFormat
433147Apr 29 2005 — edited May 3 2005The 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?