Fkleinko wrote:
>
> To show the ModalWindow you need an AjaxRequestTarget.
> where do you get that from?
>
AjaxLink theLinkThatWillShowTheModalWindowIfItsClicked = new AjaxLink(...) {
public void onClick(AjaxRequestTarget target) {
myModalWindow.show(target);
}
}
Please check the examples i gave you. It's all there.
Cheers
Per
--
View this message in context:
http://www.nabble.com/How-to-make-a-popup-page-for-exception-handling--tp21588129p21604547.html
Sent from the Wicket - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]