[jboss-user] [JBoss Seam] - problem to display FacesMessages

drim do-not-reply at jboss.com
Thu Jan 10 09:46:24 EST 2008


Hi,

I try to use FaceMessage to display a message on the client side.

When I did : 


  | context.addMessage(component.getClientId(context),
  | 			        new FacesMessage(FacesMessage.SEVERITY_INFO, "",
  | 			                "test"));
  | 
  | 

It's works, but : 


  | facesMessages.addToControl(component.getClientId(context),
  | 			        FacesMessage.SEVERITY_INFO, "test de message");
  | 
  | 

Doesn't work. I have an error :


anonymous wrote : 
  | 4:34:44,419 INFO  [lifecycle] WARNING: FacesMessage(s) have been enqueued, but may not have been displayed.
  | 


thank you for your help !

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4118681#4118681

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4118681



More information about the jboss-user mailing list