1 Reply Latest reply on Mar 25, 2011 6:55 PM by nbelaevski

    Question for inplaceinput

    rammyramkumar

      i got a question abt inplaceinput. im using custom control and i want to save it onclick of save button. im not able to capture the newly entered value

       

      <rich:inplaceInput value="#{bb.name}"

          defaultLabel="Click here to edit " minInputWidth="100px"

          showControls="true" controlsHorizontalPosition="left"

          controlsVerticalPosition="bottom" id="inplaceInput">

          <f:facet name="controls">

                <button onclick="editSection();" type="button">Save</button>

                <button onmousedown="#{rich:component('inplaceInput')}.cancel();"

                 type="button">Cancel</button>

          </f:facet>

      </rich:inplaceInput>

       

       

      using RF 3.3.2 & JBoss portal.