1 Reply Latest reply on Aug 6, 2008 5:07 AM by lukep1984

    rich:modalPanel in 3.2.1

      I have problem with RichFaces.showModalPanel - it don't always react. Especially when i make some othe js action or use to call a servlet.

      Thanks for all responses.

        • 1. Re: rich:modalPanel in 3.2.1

          Can somebody tell me why when I use to call servlet Export and after save file on disk, rich:modalPanelmodalPanel on this page don't show anymore. But when I use is everything ok.
          function load() {
          alert('load');
          var load = window.open
          ('http://localhost:7001/War/Export','', 'scrollbars=no,menubar=no,height=200,width=400,resizable=yes,toolbar=no,location=no,status=no');
          }
          How to close this window automatically after save file to disk and call servlet without whole url?!

          Thanks for all responses.