2 Replies Latest reply on Oct 2, 2008 4:48 PM by mverkaik

    Question about org.jboss.seam.core.FacesMessages

    mverkaik

      Hi,


      I'm trying to add messages to the FacesMessages with different severity levels.  That way you should supposedly be able to style these messages differently using the RichFaces Messages component.  The only problem I have is, I can't quite figure out what string value should be specified as the messageTemplate in the following signature:



      add(javax.faces.application.FacesMessage.Severity severity, String messageTemplate, Object... params) 




      Does anyone know what messageTemplate relates to?  Can't see anything useful about it in the javadoc.


      Thanks,


      Michiel