You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by mlabs <ml...@gmail.com> on 2012/03/22 19:37:42 UTC

AjaxTabbedPanel - how to get at the tabs..?

in the debugger I see the tabs member of my AjaxTabbedPanel containing three
items.
but myTabPanel.get(2) returns null...
What is the correct way to get a ref to a tab inside a tabbed panel?

TIA

--
View this message in context: http://apache-wicket.1842946.n4.nabble.com/AjaxTabbedPanel-how-to-get-at-the-tabs-tp4496472p4496472.html
Sent from the Users forum 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


Re: AjaxTabbedPanel - how to get at the tabs..?

Posted by Andrea Del Bene <ad...@ciseonweb.it>.
Hi,

you should use getTabs passing the index of the desired tab.
> in the debugger I see the tabs member of my AjaxTabbedPanel containing three
> items.
> but myTabPanel.get(2) returns null...
> What is the correct way to get a ref to a tab inside a tabbed panel?
>
> TIA
>
> --
> View this message in context: http://apache-wicket.1842946.n4.nabble.com/AjaxTabbedPanel-how-to-get-at-the-tabs-tp4496472p4496472.html
> Sent from the Users forum 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
>


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