I'm on 2.0.1CR1 inside i valuechangelistener and doing

  | getFacesMessages().addToControl(event.getComponent().getId(), new 
FacesMessage("!"));
  | 

and it shows up on my s:decorated component but


  | 
getFacesMessages().addToControlFromResourceBundle(event.getComponent().getId(), 
"my.key");
  | 

doesn't show up. The resource bundle should be ok since I add global messages 
from it just fine...

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125455
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to