asvanberg opened a new pull request, #683: URL: https://github.com/apache/wicket/pull/683
Instead of using jQuery's event triggering for the submit event, use the [browsers built-in functionality](https://developer.mozilla.org/en-US/docs/Web/API/HTMLFormElement/requestSubmit) which, as a bonus, will also perform client side validation (such as the `required` attribute). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
