[jboss-user] [JBoss Seam] - Problem injecting the value of a context component expressio
zzzz8
do-not-reply at jboss.com
Wed Sep 20 16:33:34 EDT 2006
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#3973075
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3973075
More information about the jboss-user
mailing list