2 Replies Latest reply on Mar 29, 2007 6:37 AM by ilya_shaikovsky

    Can we re-render the same component using A4J?

    gmanwani

      I see many examples where you reRender another component based on an AJAX transaction, but was wondering if I can re-render the same component using A4J?

      I really need this feature as I have a custom component which does in place editing and after the value has change I would like to re-render my component after the on
      e.g.

      <h:form>
      <ns:inplace id="myid" value=#{sampleBean.prop}>
       <a4j:support event="onchange" value=#{sampleBean.prop}" reRender="myid">
      </ns:inplace>
      </h:form>
      


      I am having trouble getting this to work...