Details
Description
The very first ajax form submit fails in the attached quickstart.
The cause is :
Revision 988809 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Aug 25 05:22:58 2010 UTC (2 weeks, 2 days ago) by ivaynberg
AjaxSubmitLink not calling the onsubmit event handler
Issue: WICKET-2807
commenting wicket-ajax.js, line 1096:
submitForm: function(form, submitButton) {
if (!Wicket.Event.fire(form, "submit")) return; <<<<<< THIS
if (this.handleMultipart(form, submitButton)) {
fixes the problem
Attachments
Attachments
Issue Links
- is duplicated by
-
WICKET-3042 AjaxLink does not work
- Resolved
- relates to
-
WICKET-1448 SubmitLink bypass jquery submit eventhandler
- Resolved