TabbedPanel#addTab

2008-12-08 Thread alexander.elsholz
Hi, exists a possibility to add a new tab to an ajax-tabbed-pane without replacing existing instance? the reason, because of i wont replace my tab is to hold the component-state of the other tabs. regards alex -- View this message in context: http://www.nabble.com/TabbedPanel-addTab

Re: TabbedPanel#addTab

2008-12-08 Thread Thies Edeling
Yes you can add a new or replace existing tabs. Just add the MultiTabbedPanel to an ajaxrequesttarget to update the tabs. alexander.elsholz wrote: Hi, exists a possibility to add a new tab to an ajax-tabbed-pane without replacing existing instance? the reason, because of i wont replace my

Re: TabbedPanel#addTab

2008-12-08 Thread alexander.elsholz
://www.nabble.com/TabbedPanel-addTab-tp20895138p20896683.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]

Re: TabbedPanel#addTab

2008-12-08 Thread Thies Edeling
I don't understand your question :) the tab list is just a list with AbstractTabs. Retrieve the list (getTabs() on TabbedPanel), add a new AbstractTab et voila. alexander.elsholz wrote: hi, i don't understand your solution. int i counter=0; ... AjaxTabbedPanel() tab = new

Re: TabbedPanel#addTab

2008-12-08 Thread alexander.elsholz
] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- View this message in context: http://www.nabble.com/TabbedPanel-addTab-tp20895138p20903629.html Sent from the Wicket - User mailing list archive at Nabble.com