RE: Navigating from a Modal Window

2008-09-18 Thread Kai Mütz
Try setWindowClosedCallback(ModalWindow.WindowClosedCallback) Kai Eyal Golan wrote: > Hi, > I have a Modal Window that uses a page. > I want that when the user presses OK in the page, there will be a > navigation to a new page and the modal window will be closed. > The

Navigating from a Modal Window

2008-09-18 Thread Eyal Golan
Hi, I have a Modal Window that uses a page. I want that when the user presses OK in the page, there will be a navigation to a new page and the modal window will be closed. The navigation should be not in the modal window but in the original page itself. Here's what I did: In the page that is the co