You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by "Pfau, Oliver" <ol...@siemens.com> on 2007/02/09 13:37:54 UTC

FacesMessages not rendered

Hi,
 
in my jsp theres a h:messages tag and i am setting faces messages like
this: 
 
FacesMessage msg = new FacesMessage(FacesMessage.SEVERITY_ERROR, strMsg,
strMsg);
FacesContext.getCurrentInstance().addMessage(null, msg);

Unfortunately a message is never displayed. I use the same in other jsps
and it works. I use a s:graphicImageDynamic tag in the jsp where the
faces message is not displayed. Don't know if the sandbox component
influences this. Any idea ?

Regards,
Oliver