3 Replies Latest reply on Sep 21, 2006 2:57 AM by gavin.king

    Problem injecting the value of a context component expressio

    zzzz8

      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!