Hi Martin,

Thank for the fast reply, could you please tell me how can I manipulate it
(make disable/enable) in those callbacks? 

Before your answer I came up with very dirty solution...

public class AjaxBlockingListener extends AjaxCallListener{
    public AjaxBlockingListener() {
        String clearCallbackQueue =
"Wicket.channelManager.channels[0].callbacks.length = 0";
        onComplete(clearCallbackQueue);
    }
}




--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Prevent-submit-tp4657277p4657279.html
Sent from the Users forum mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to