reply by myself.
I use target.appendJavascript to solve my problem.
@Override
protected void onSubmit(AjaxRequestTarget target, Form<?> form) {
onConfirm(target, form);
target.appendJavascript("alert('" + responseMessage_ + "');");
if (redirectPage() != null) {
target.appendJavascript("window.location.href='"
+
RequestCycle.get().urlFor(redirectPage()) + "';");
}
}
//redirectPage() is my customized method.
Roland.
--
View this message in context:
http://apache-wicket.1842946.n4.nabble.com/How-to-do-setResponsePage-after-alert-message-pressed-ok-tp3225482p3257458.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]