Github user solomax commented on the issue: https://github.com/apache/wicket/pull/258 I have `AjaxEventBehavior("click")` added to the component, and got exception in browser console: ``` Cannot bind a listener for event "click" on element "toggle58" because the element is not in the DOM ```
---