1 Reply Latest reply on Sep 23, 2010 10:25 AM by lvdberg

    Rich inplaceInput, ajax call is not firing

    buffe.tchamila.gmail.com

      Hi,


      I wanted to save the test after it has been edited in a rich:inplaceInput. The code that I used is as below,





      <rich:inplaceInput inputWidth="110"
                        value="#{editPropBrief.displayImage.name}" defaultLabel="Click to add title" id="editName"
                        showControls="true">              
                        <a4j:support action="#{editPropBrief.changeName}" bypassUpdates="true" event="onviewactivation"/>
                     </rich:inplaceInput>






      but the action is not firing at the server.



      Am I doing anything wrong? Do  anyone have a better suggestion?



      Thank you