But you can do this:

  | ...
  | @In private Map<String, String> res;
  | ....
  | String label = res.get("enum.typeA.label"); 
  | 

or this:


  | ...
  | @In("#{res['enum.typeA.label']}") 
  | private String label;
  | ....
  | 

HTH.

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

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

Reply via email to