0 Replies Latest reply on Jul 30, 2008 8:20 PM by wildrook

    rich:inplaceInput and valueChangeListener problem

      Hello,

      I use 3.2.1 GA and have the following problem with rich:inplaceInput

      <rich:tabPanel >
       <rich:tab>
      ...
      
      <rich:inplaceInput valueChangeListener="#{someBean.someAction}"/>
      
      ...
       </rich:tab>
      </rich:tabPanel >
      


      Action never fired :( Is this a bug or maybe I do something wrong and should use JavaScript onchange event?

      Thanks in advance,
      Ian