Github user svenmeier commented on the issue: https://github.com/apache/wicket/pull/258 Actually the problem is just your MainPanel that pretends to be auto, but actually is not: its beforeRender() and that of the contained DataView is call twice. I'll fix this.
---