4 Replies Latest reply on Jun 5, 2007 2:21 AM by ilya_shaikovsky

    support for activity indicator?

    grimholtz

      Hi,

      How would I add an activity indicator (like the kinds shown http://www.ajaxload.info/) to code like this?

      <a4j:outputPanel ajaxRendered="true">
       <h:message id="m1" for="myControl"/>
      </a4j:outputPanel>
      
      <a4j:commandButton id="c1" value="Update" action="#{myBean.search}" reRender="pg1"/>


      thanks,
      grimholtz