[Wicket-user] Issue with form being submitted prior to onSubmit of AjaxFormSubmitBehavior

2007-04-17 Thread john mattucci
I'm using an AjaxFormSubmitBehavior to render a little indicator on the ongoing Ajax request which gets triggered when the user clicks on the AjaxSubmitButton. The only problem is that the form is getting sumitted prior to showingthe results ignoring ajax. If I remove the AjaxFormSubmitBehavior

Re: [Wicket-user] Issue with form being submitted prior to onSubmit of AjaxFormSubmitBehavior

2007-04-17 Thread Igor Vaynberg
see here https://issues.apache.org/jira/browse/WICKET-461 -igor On 4/17/07, john mattucci [EMAIL PROTECTED] wrote: I'm using an AjaxFormSubmitBehavior to render a little indicator on the ongoing Ajax request which gets triggered when the user clicks on the AjaxSubmitButton. The only