1 Reply Latest reply on Mar 10, 2008 10:47 AM by ilya_shaikovsky

    Issue with a4j:command, javascript and IE7

      a4j:commandButton doesn't seem to work with javascript on IE7 when called from a modalPanel. has anybody ever had the same problem?

      code:
      <a4j:commandButton id="editsubmit" type="submit" actionListener="#{AdminList.editAdminItem}" value="#{msg.save}" reRender="Items" oncomplete='javascript:windowclose("editAd", "editform", "editloginName", "editpwd1", "editpwd2" )' />

      in this code i'm validating some data of the modalpanel via js as described in the wiki section. the whole thing works fine for firefox and safari.
      any suggestions??