4 Replies Latest reply on Sep 28, 2010 7:02 AM by buffe

    Rich inplaceInput ajax request is not working

    buffe

      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  any one have a better suggestion?

       

      Thank you