3 Replies Latest reply on Aug 28, 2007 10:11 AM by mail

    Changing reRender for a4j:commandButton dynamically (javascr

    mail

      Any ideas?
      basically I have an a4j button:
      <a4j:commandButton id="staticdataActionButton1" styleClass="hiddenButton" action="#{staticdataActionNew.updateValue}" value="Go" reRender="staticDataTableDiv"/>

      What I want to do is, change the reRender by javascript.
      I looked at the generated code and couldn't figure out where and how reRender is saved....

      Thanks in advance.