Re: reload a tab from TabbedPanel

2010-04-29 Thread Ernesto Reinaldo Barreiro
OT. By the way, on wicket-extensions-1.4.7.jar I see there is file PanelCachingTab.java.orig file that seems o be a copy of PanelCachingTab source code? What is this file needed for? Is this the unintended result of a copy and paste? Best, Ernesto On Thu, Apr 29, 2010 at 9:45 AM, Ernesto Reinal

Re: reload a tab from TabbedPanel

2010-04-29 Thread Ernesto Reinaldo Barreiro
Use AbstractTab for the tab(s) you want to be reloaded every-time? Or roll your own implementation of ITab doing exactly what you need? Ernesto On Wed, Apr 28, 2010 at 7:26 PM, tubin gen wrote: > I am using AjaxTabbedPanel and it contains   several tabs all  of them are >  PanelCachingTab  , can

reload a tab from TabbedPanel

2010-04-28 Thread tubin gen
I am using AjaxTabbedPanel and it contains several tabs all of them are PanelCachingTab , can I reload any one tab through ajax ?