You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by Frank Klein Koerkamp <fr...@kleinkoerkamp.eu> on 2009/04/09 15:33:46 UTC

How to cancel an AjaxRequest

Hi all,
i have an Ajax call and when an exception occurs, i want to display the
exception in an ModalWindow.
But i also want to be able to delete everything(component, javascript) that
is added or will be added to the AjaxRequestTarget.
So only modalwindow popup but state on page stays the same.

At this moment i'm able to let the window popup, but not yet to delete the
other content that has been added to the AjaxRequestTarget.

Does anyone have any suggestions?

Kind regards,

Frank Klein Koerkamp