[jboss-user] [JBoss Seam] - Re: Interpolator: FacesMessages from resource bundle with pa

pete.muir@jboss.org do-not-reply at jboss.com
Tue Oct 30 10:42:30 EDT 2007


I think you want something like

@In User webUser;
  | 
  | ...
  | 
  | facesMessages.addFromResourceBundle("registration.success", webUser.getName());

i.e. you can't add from a resource bundle with interpolation quite like you try.

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

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



More information about the jboss-user mailing list