Thanks, that helped a lot. Now I have another problem with that. The panel, which is lazily loaded works but if i try to update it via Ajax, i get this error:
Ajax render cannot be called on component that has setRenderBodyOnly enabled. Component: [MarkupContainer [Component id = content, ... The Component with id=content seems to come from the AjaxLazyLoadPanel, i think. The wanted workflow is: On the site is a table with radiobuttons. The first element has set the radiobutton. The details of that element are shown in the lazily loaded panel. If I change the active radiobutton in the table the details should be refreshed, but this is the point where i get this error. -- View this message in context: http://www.nabble.com/Examples-for-AjaxLazyLoadPanel--tf4632483.html#a13230938 Sent from the Wicket - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
