You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by Saul Rosenburg <sa...@gmail.com> on 2007/07/11 23:36:33 UTC

HTML escaping

Hello All,

Has anyone tried to turn off HTML escaping for all of the rendered HTML output?

Thanks.

Re: HTML escaping

Posted by David Delbecq <de...@oma.be>.
To disable escaping:
  <h:outputText   escape="false"   value="...."/>

En l'instant précis du 11/07/07 23:36, Saul Rosenburg s'exprimait en ces
termes:
> Hello All,
>
> Has anyone tried to turn off HTML escaping for all of the rendered
> HTML output?
>
> Thanks.