Thanks a lot Igor. That explains it all. I was able to fix it today by using visitChildren(ChildPanel.class, new IVisitor<Component>())
instead of visitChildren( new IVisitor<Component>()) I guess, else it tries to add teh behaviour to all objects up the hierarchy instead of restricting itself to only the ones on ChildPanel.class Thanks, Allgo -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/AjaxFormSubmitBehavior-causes-serialization-issues-inside-onBeforeRender-tp2328509p2329578.html Sent from the Wicket - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
