1 Reply Latest reply on Dec 1, 2010 11:31 AM by sappo

    InputSecret not working with support !!

      Hi !
      i'm working with Seam 2.1.1.GA and Rihcfaces 3.2.2.SR1.In my screen ,i have a password field and i want to do something when this password changes, but my event listener is never called.
      Please Help !!
      Here is my code :


      <h:inputSecret id="usermdp" value="#{user.motDePasse}" 
       readonly="false" redisplay="true" valueChangeListener="#{user.modifUser}"\>
           <a:support event="onchange" ajaxSingle="true" \>
      </h:inputSecret>
      


      modifUser method is never called!!