I have a TabbedPanel with two tabs. The first tab contains a panel with a data table (DefaultDataTable with filter suport). The second tab contains a panel with a link. When I click on link I want to modify the filter from the first tab and jump to the first tab. For this, in the onClick() method I do: MyPage myPage = getParent().getPage(); page.getTabbedPanel().setSelectedTab(0); How can I retrieve the panel from the first tab to call my method setFilter()?
Thanks, Decebal ____________________________________________________________________________________ The all-new Yahoo! Mail beta Fire up a more powerful email and get things done faster. http://new.mail.yahoo.com ------------------------------------------------------------------------- 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
