"gavin.king(a)jboss.com" wrote : @In Map messages;
|
| or
|
| @In ResourceBundle resourceBundle;
|
I tried this actually
@In
private ResourceBundle resourceBundle;
then
resourceBundle.getBundle().getBundle("editFlight").getString("planeName");
But I got NPE at runtime and it turned out resourceBundle is null.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4031229#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...