Hi, What exactly did you try ?
Try with the following: AjaxLink closeWindowLink = new AjaxLink("closeWindow") { @Override public void onClick(AjaxRequestTarget target) { target.appendJavaScript("self.open(location, '_self').close();"); } } On Mon, Jun 3, 2019 at 2:16 PM zahir.kali <zahir.k...@amdm.fr> wrote: > I hade already tried this JavaScript wolution but it does not wotk. That is > why i thinked that there is a full wicket solution like that exists on > ModalWindow.close(); > > -- > Sent from: > http://apache-wicket.1842946.n4.nabble.com/Users-forum-f1842947.html > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org > For additional commands, e-mail: users-h...@wicket.apache.org > >