You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by DRE <de...@setel.com> on 2007/11/02 14:51:55 UTC

TabbedPanel question

I have a question about the TabbedPanel.  I've got a page that has a header,
body, and footer.  I've got a tabbedpanel with 3 tabs (each with a list of
BookmarkablePageLinks....sort of a submenu) in the header.  When you click
on a BookmarkablePageLink it loads the correct panel into the body of the
main page.  All of that is great except .... when I click on a submenu item
of a tab (other than the first one) the tabbedpanel always reverts back to
the first tab and it's relevant submenu.  

Ex:  Tab1 (submenu: Tab1Link1, Tab1Link2)  Tab2 (submenu:
Tab2Link1,Tab2Link2)

      If I click on ... say ... Tab2Link2 the correct panel will load but
the tabbedpanel will revert back to    
      Tab1 (and it's submenu) being selected.

I believe I need to use setSelectedTab somewhere but have been unable to get
it to work.

Thanks .......... 
-- 
View this message in context: http://www.nabble.com/TabbedPanel-question-tf4737525.html#a13547959
Sent from the Wicket - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org