2 Replies Latest reply on Sep 4, 2008 12:48 PM by ramirini

    Problem using <a4j:commandButton /> for IE7

    ramirini

      hi folks,

      We developed a page using the <a4j:commandButton /> tag in the following way:

      <a4j:commandButton value="Aprobar"
      id="botonAP"
      action="#{NuevosTramitesJefeGrupoOTA.AproveButton}"
      oncomplete="javascript:alert('success');"
      ajaxSingle="true"
      >

      </a4j:commandButton>
      there are some machines whit IE7 that doesn`t show the success message and doesn`t return the other page through the navigation rule of facesConfig file. the page works always fine on Firefox and IE6

      we are using richfaces 3.1.6 GA, JSF 1.1.

      somebody knows why we have this issue?