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