Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
Currently events added inside onclick, onsubmit attributes are problematic because they cannot be cancelled by other event handlers that are attached to events via javascript's addEventListener() and friends. We should extract all such inlined handlers and attach them via our Wicket.Event api.
Attachments
Attachments
Issue Links
- breaks
-
WICKET-4834 AjaxFormComponentUpdatingBehavior - onUpdate method is never invoked on wicket 6.X
- Resolved
- duplicates
-
WICKET-214 Call all behaviors attached to the same event
- Resolved