Re: [Wicket-user] How to update AjaxTabbedPanel tab with new data

2007-05-22 Thread wicket0123
thx, igor. I did something similar to that. Regarding your comment that the data doesn't get loaded when I add the component, I did a test on it and it calls the new panel every time i do an add: So, every time I have this line: add(new AbstractTab(new Model("tab1") { Panel getPanel() { return

Re: [Wicket-user] How to update AjaxTabbedPanel tab with new data

2007-05-22 Thread Igor Vaynberg
On 5/22/07, wicket0123 <[EMAIL PROTECTED]> wrote: We are using AjaxTabbedPanel to display data. We don't want to pre-load all the data at star up. We want to load the tab's content when user clicks on the tab. So, we decided to use AjaxTabbedPanel. We are using AbstractTab. Each tab represen

[Wicket-user] How to update AjaxTabbedPanel tab with new data

2007-05-22 Thread wicket0123
We are using AjaxTabbedPanel to display data. We don't want to pre-load all the data at star up. We want to load the tab's content when user clicks on the tab. So, we decided to use AjaxTabbedPanel. We are using AbstractTab. Each tab represents a category, so we hold the category id on the tab