3 Replies Latest reply on Mar 18, 2009 5:24 AM by ilya_shaikovsky

    When rendering will be done

    smilind

      Hi All,

      I am using a4j:commandButton. I have "action" and "reRender" attribute for it. My question is when the components will be re-rendered. (1) when button is pressed (2) when action is complete? The code is as below:

      <a:commandButton value="Submit" style="position:absolute; top:365px; left:15px; width:150px;" id="submit"
       action="#{bean.executeProcess(list, startDate, endDate)}" reRender="progressPanel, progressDone" onclick="this.disabled=true"></a:commandButton>


      Thanks and regards,
      Milind