2 Replies Latest reply on Jan 23, 2007 4:04 PM by toni

    <h:messages> and HTML tags

    toni

      Hi,

      I noticed that HTML tags are automatically escaped, when I use for example:

      FacesMessages.instance().add("The less and equal sign of this tag will be escaped, and I don't know how to avoid this.");

      So basically I can't use them?!

      I know that <h:outputText/> has an attribute called "escape", which toggles escape modes.

      But how to I do this with plain success and error messages???