Github user solomax commented on the issue: https://github.com/apache/wicket/pull/258 Hello @svenmeier Finally I was able to create quick-start https://github.com/solomax/repeater-with-events, The issue is reproducible using latest wicket-core from master branch The issue is NOT reproducible in case this https://github.com/solomax/repeater-with-events/blob/master/src/main/java/org/apache/solomax/MainPanel.java#L34 line is commented out `setAuto(true);` Hope you can understand what "magic" was broken :)))
---