3 Replies Latest reply on Dec 18, 2009 9:14 AM by rhancke

    Rich:messages + escape HTML Tags

    rhancke

      Hi,

       

      How can I escape HTML tags using rich:messages?

       

      When a message is throwed, all html tags are displayed as text too.

       

      <rich:modalPanel id="messagesPanel"

           autosized="true"

           showWhenRendered="#{!empty facesContext.maximumSeverity}"

           minWidth="300"

           zindex="10000">

          <rich:messages layout="table" />

      </rich:modalPanel>