Hi all,

I need to use a different style for showing messages and errors.

For my messages I use this in my bean
FacesContext.getCurrentInstance().addMessage(null,
new FacesMessage(message)); And this in the JSP  <h:messages
styleClass="messages"/>

How can display errors in this way using a different style.

Reply via email to