I have a lazy load panel and was wondering how I could access the panel that is being lazy loaded.
So what I want to do is be able to access the FileListDisplayPanel because in the FileListDisplayPanel I have a AjaxFallbackDefaultDataTable with checkboxes and I would like to get the checkboxes that are checked. So in the FileListDisplayPanel I have a List keeping track of the checkboxes checked and created a function to get the checkboxes checked. How can I get at the list when I always create a instance of a FileListDisplayPanel inside the AjaxLazyLoadPanel? I have tried creating a final FileListDisplayPanel outside the AjaxLazyLoadPanel but that did not work. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Getting-Lazy-Loaded-Panel-tp4660637.html Sent from the Users forum mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
