"[EMAIL PROTECTED]" 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#4031229

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

Reply via email to