1 Reply Latest reply on Oct 26, 2007 6:54 PM by mgrouch

    Modal Panel Question

      Is there any way to make the model panel open from the server side? I want to use the Modal Panel for status messages in my application. So for example, when someone clicks a button to do something, after the action completes successfully, I want to pop up a model panel with a message that is created inside the server side action method. Is there any easy way to make this happen?

        • 1. Re: Modal Panel Question

          In oncomplete of your a:commandLink or a:commandButton you can call another action using javascript and passing reRender value via javascript.
          Just check which jaavscript it generates on some other ajax controls.

          Another approach would be via Seam web remoting asynchronous calls.