Re: Dynamicaly add new tab to an existing AjaxTabbedPanel

2008-02-28 Thread Igor Vaynberg
tab.gettabs().add(newtab); followed by an ajax repaint of the entire tabbed panel -igor On Thu, Feb 28, 2008 at 9:11 AM, Charly [EMAIL PROTECTED] wrote: Hi, I would like to know if it's possible to add dynamicaly new tab to an existing AjaxTabbedPanel. (I want to open and close tabs like

Re: Dynamicaly add new tab to an existing AjaxTabbedPanel

2008-02-28 Thread Charly
Thank you Igor, it works perfectly ! Charly Igor Vaynberg a écrit : tab.gettabs().add(newtab); followed by an ajax repaint of the entire tabbed panel -igor On Thu, Feb 28, 2008 at 9:11 AM, Charly [EMAIL PROTECTED] wrote: Hi, I would like to know if it's possible to add dynamicaly new tab