1 Reply Latest reply on Mar 23, 2009 5:34 AM by ilya_shaikovsky

    IE - modalPanel - AjaxScript.jsf Error !?

    timbooo

      hi there,

      i have a login page for my webapp. after clicking the submit button, there is a "loading" modal panel. it gets removed by the oncomplete attribute of the commandButton.

      some code:

      <a4j:commandButton id="loginButton" style="width:100%;"
       value="#{res.login_confirm}" reRender="errMsg"
       action="#{authBean.login}"
       oncomplete="Richfaces.hideModalPanel('loadModalPanelLogin');">
       <rich:componentControl for="loadModalPanelLogin"
       attachTo="loginButton" operation="show" event="onclick" />
      </a4j:commandButton>
      


      firefox works fine. ie8 says the following:
      http://img17.imageshack.us/img17/2830/erry.jpg

      with ie7 there was no error. but the modalPanel wouldn't remove itself, just stayed on top and nothing was going on anymore.

      any suggestions?


      thanks in advance.
      kind regards,
      tim.