1. use AjaxLink
AjaxLink redirectLink = new AjaxLink(...) {
public void onClick(AjaxRequestTarget target) {
ModalWindow.closeCurrent(target);
target.appendJavascript("window.location='" + urlFor(AnotherPage.class)
+ "'");
}
};
2. or embed javascipt to base page:
-----
--
http://www.linkedin.com/in/amorozov
--
View this message in context:
http://apache-wicket.1842946.n4.nabble.com/link-within-modal-window-should-reload-parent-page-tp3437508p3438009.html
Sent from the Users forum mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]