But, if I'm not wrong, in this case I can recover the first panel displayed in the Tab right? This has to do with my former post (http://www.nabble.com/navigation-inside-a-tabbed-panel-tf2391055.html) about how could navigation inside a tab could be achieved, for this I've just used the MarkupContainer.replace() method but since a TabbedPanel has a list of tabs and the panel is not contained in each Tab but in the TabbedPanel I don't see how could I get the current panel displayed to save for later use when the Tab is redisplayed. I also looked at TabbedPanel and consider overriding the setSelectTab and getSelectedTab methods but unfortunely they're final. I'm stuck here, most probably the solution is straightforward but I can't see it.

Jaime.

Igor Vaynberg <[EMAIL PROTECTED]> wrote:
your ITab implementation can hang on to the panel instead of creating a new one all the time. see PanelCachingTab.

-Igor


On 10/5/06, Jaime De La Jara <[EMAIL PROTECTED]> wrote:
Is it possible to save the state of a tab panel, so if I change to another tab and return to the first panel, the contents are retrieved in some way?If yes, how could be done?

Thanks,

Jaime.

Do you Yahoo!?
Everyone is raving about the all-new Yahoo! Mail.

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV

_______________________________________________
Wicket-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-user



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV_______________________________________________
Wicket-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-user


Yahoo! Messenger with Voice. Make PC-to-Phone Calls to the US (and 30+ countries) for 2ยข/min or less.
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Wicket-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to