That's not exacly i want to...
look:
My Entity Bean looks like this:

private int howOld;
private boolean sex;


  | @Transient
  | public String getPersonName() {
  | 
  |       if(sex) {
  |            switch(howOld) {
  |                  case(20) :
  |                   //And here i want to get some text from app properties 
like                 example:
  |                  messages.get('sex.youngMane'); <-----here i want to Inject 
some string
  |                  break:
  |                  .....
  |            }
  |       }
  | }
  | 

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

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

Reply via email to