Description
In the quickstart I'll add the following is illustrated:
- simple table with AjaxLink on tr
- on that tr there's another AjaxLink with should not propagate the onclick to the tr
- So when clicking the "here" link, on the server logging only the following should appear:
- onclick LNK
but also the logging from the tr link is printed: - onclick LNK
- onclick TR
In wicket 6.6 this works.
Thanks in advance ! Kind regards, Marieke
Attachments
Attachments
Issue Links
- is related to
-
WICKET-5093 The event listener in Wicket.Ajax.ajax() should not return the value of attrs.ad (allowDefault)
- Resolved
- relates to
-
WICKET-5194 Adding AjaxFormValidatingBehavior to the form prevents form from being filled
- Resolved