2 Replies Latest reply on Jul 30, 2008 3:58 AM by daniel.soneira

    ModalPanel problem

    shandor

      When The page tries to show 2 modal panel at once
      IE7 goes to a halt and page must be closed.

      My test javascript code is:

      function authenticate(){
       Richfaces.showModalPanel('_lgn_pnl');
       Richfaces.showModalPanel('_abt_pnl');
      }
      


      In FF it works fine.