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

Reply via email to