Ferdinand Urban schrieb:
> Hi all,
> I have really simple question. My issue is that I need to put some
> HTML tags (ie. <h1>, <strong>, <a>, etc.) into string which is value
> of outputText tag. Is there any way to done it, or should I use
> another component?
Are you asking because your html is being transformed into "&lt;" etc?
If so, just use the "escape" attribute, ie
  <h:outputText escape="false" value="#{...}"/>

Regards,
Simon

Reply via email to