[jboss-user] [JBoss Seam] - addToControlFromResourceBundle strangeness

nickarls do-not-reply at jboss.com
Fri Feb 1 05:34:16 EST 2008


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



More information about the jboss-user mailing list