I'm having problems injecting the value of an EL expression, in this case with a
session context component. For example, I'd like to inject the following:
@In("#{sessionContext.testString1}")
| String string1;
|
| @In("#{sessionContext.testInteger1}")
| Integer integer1;
Unfortunately, both of these injections don't seem to work. What am I doing wrong?
Thanks!
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3973075#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...