Has anyone got any ideas?
I am adding some error messages using the faces context like this:
FacesMessage facesMessage = new FacesMessage(FacesMessage.SEVERITY_ERROR, summary, detail);
FacesContext.getCurrentInstance().addMessage(clientId, facesMessage);
But I only want the message to be displayed next to the component using
<h:message for="someId" errorClass="errorMessage" etc …
Have I posted this question in the correct forum?