I am not sure this is what you are looking for. Check setWindowClosedCallback

yourModalWindow.setWindowClosedCallback(new ModalWindow.WindowClosedCallback()
       {

           public void onClose(AjaxRequestTarget target)
           {
               // do what you need to do
           }
       });

Warren

Vidhya Kailash wrote:
3. Can somebody please tell how to communicate between the page and the modal 
window?
thanks


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to