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: [email protected]
For additional commands, e-mail: [email protected]
