Because components are created in onBeforeRender in list views (it calls populateItem then), it is necessary for AJAX renderings now to call beforeRender on every component to be updated before proceeding with the render.
It looks like AjaxRequestTarget.respondComponent should call before render on the component tree it's about to render. But I'm unsure if this is the right place to make the change. Johan can you look at this since you were doing this refactor and probably know all the details? -- View this message in context: http://www.nabble.com/New-attach-%3EbeforeRender-refactor-breaks-ajax-updating-of-list-views-tf3729131.html#a10437838 Sent from the Wicket - Dev mailing list archive at Nabble.com.
