Hi Matthias,

Try to navigate to another page from WindowClosedCallback

window.close(target);
window.setWindowClosedCallback(new WindowClosedCallback()
{
     public void onClose(AjaxRequestTarget target)
     {
           setResponsePage(OtherPage.class);
     }
}


But remember to remove WindowClosedCallback before you open your
window next time

Michal

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

Reply via email to