Hi, I believe that there is an endless loop in AbstractAjaxDefaultBehavior. On line 247, the statement:
parent = getComponent().getParent(); should be changed to: parent = parent.getParent(); It was introduced in revision 537689 to fix WICKET-472. Can someone fix this oneliner, or should I create a new issue for it?? Thanks, Bart.
