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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...