Re: Closing Modal Window and redirect to anonther Page! Problem!

2008-12-19 Thread Martin Makundi
You can use WindowClosedCallback... modalWindow.setWindowClosedCallback(new ModalWindow.WindowClosedCallback() { public void onClose(AjaxRequestTarget target) { ---> redirect } }); ** Martin 2008/12/19 HITECH79 : > > Hallo wicket-friends, > > > i have following pr

Closing Modal Window and redirect to anonther Page! Problem!

2008-12-19 Thread HITECH79
Hallo wicket-friends, i have following problem. - I save a model to database. On success a SaveFeedbackDialog (in modal window) is showing. With a SubmitLink in the modal window you can close the SaveFeedbackDialog(MODAL), but i cant redirect to the OverviewPage.class in MainWindow. The Overvie