9 Replies Latest reply on May 7, 2009 6:38 AM by nbelaevski

    a4j:commandButton performance problem on IE6

    lmk

      hi,
      Im using a4j:commandbutton as menu Link, I see performance problem when page is being renderd, on FF it works fine, IE6 try redisplay all the pages, even components that not changes (top menu, left images..).

      the code below can give you more information for what im talking about.

      <a4j:commandButton id="button1" value="Search" ignoreDupResponses="true"
      action="#{bean.initSearch}" ajaxSingle="true" process="button2,button2"
      styleClass="#{menuManager.viewManageStyle}" immediate="true"
      disabled="#{menuManager.disabledSearch}"
      actionListener="#{menuManager.viewControl}" reRender="content"/>
      


      thanks for help..