I haven't checked, but since AbstractTab takes a Model for the title, you could try just changing the value that model returns.
 
e.g.
Model tabLabel = new Model("label1");
... new AbstractTab(tabLabel) {...
 
... onAjaxUpdate ...
tabLabel.setObject("label2");
...
 


From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Sharma, Kamlesh
Sent: Sunday, October 22, 2006 8:08 AM
To: wicket-user@lists.sourceforge.net
Subject: Re: [Wicket-user] AjaxTabbedPanel - changing tab label

Hi
 
I am using AjaxTabbedPanel and needs to change some tab labels(example from existing label "Search" to "New Search" on onAjaxUpdate callback method. Is it possible?
 
Regards
Kam
 
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to