GWT - onClick not triggered
问题 I'm having a really weird behaviour on a form. There is a number of text fields with in-line validation, showing an error message below the field if the content is invalid. The validation is triggered on blur. At the bottom of the page there is a "Next" button. On click, a validation is performed and, if everything is ok, the form is submitted. Now, if a mandatory, empty field has focus when I click the button the following happens: onBlur is triggered and in-line validation is performed the