2 Replies Latest reply on May 9, 2007 6:14 PM by reind

    Distinguishing between Error and Info FacesMessages

    reind

      I'd like to display "Info" and "Error" messages using FacesMessages.

      Perhaps using FacesMessage.SEVERITY_INFO and FacesMessage.SEVERITY_ERROR

      Is there anyway that I can display global FacesMessages that are INFO in one area and ERROR in another? Or at least set the styleClass based on which is the highest Severity level?

      Thanks.