martin-g commented on PR #1076: URL: https://github.com/apache/wicket/pull/1076#issuecomment-2597719508
A warning about `Wicket.Form` - see https://github.com/apache/wicket/blob/c91e34a90234bc091939c27fcc1716f710af5274/wicket-core/src/main/java/org/apache/wicket/ajax/res/js/wicket-ajax-jquery.js#L1128 It might be tricky to add a new function to it! Currently `Wicket.Form` is contributed by wicket-ajax.js, i.e. only then there is an Ajax behavior in the page. I guess the new function is needed even when there is no need of Ajax. It would have been better to namespace everything in wicket-ajax.js in Wicket.Ajax.** but it is too late now ... -- 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]
