Hi,

Your question is not very clear but I guess you need to use the
ThrottlingSettings.

@Overrid public void updateAjaxAttributes(AjaxRequestAttributes attrs) {
   ThrottlingSettings settings = ...;
   attrs.setThrottlingSettings(settings);
}

Martin Grigorov
Wicket Training and Consulting
https://twitter.com/mtgrigorov

On Mon, Jun 12, 2017 at 10:14 PM, thewicketguy1992 <[email protected]>
wrote:

> im utilizing an ajax button in a form when clicking submit. This
> automatically kicks off one default Behavior listener. The other behavior
> listener call is the AjaxFormValidatingBehavior,  and the last one is
> AjaxFormComponentUpdatingBehavior. Is there a way in wicket to manage the
> timing that these?
>
> --
> View this message in context: http://apache-wicket.1842946.
> n4.nabble.com/How-can-i-manage-3-ajax-calls-that-kick-
> off-when-clicking-Submit-button-tp4678023.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]
>
>

Reply via email to