0 Replies Latest reply on May 16, 2006 5:27 AM by caron1

    Injection problem

    caron1

      I have a problem;

      password2 is a variable in a superclass of a stateful session bean:

      @In(required = false, scope=ScopeType.CONVERSATION)
      @Out(required = false, scope=ScopeType.CONVERSATION)
      protected String password2;
      


      In my page I display/update password2 as follows:
      <af:inputText
       id="password2"
       label="Retype Password"
       secret="true"
      value="#{password2}"/>
      


      However, password2 is always null when the page is submitted. Does anyone
      have an idea what I am doing wrong.

      Thanks
      Caron