users@woodstock.java.net

TabSet Component - how to dynamically set the tab (in javascript)

From: Chris Fleischmann <chris.fleischmann_at_sun.com>
Date: Sat, 2 Feb 2008 04:16:20 -0800 (PST)

Howdy folks, I have a tabset with two child tabs...

I have a 2 checkboxes outside of the tabset (in the form), 1 for each tab -
if one is selected I would like to set focus (and render accordingly) to
that particular tab in accordance with the checkbox selected. So,

if (checkbox1.checked == true) SET TABSET to TAB1
if (checkbox2.checked == true) SET TABSET to TAB2

I have tried,

document.getElementById("form1:tabSet1").selected = "tab2";

but that does not seem to work... is there any workarounds...

I know in the bean backing code I can use the method setSelected (for
example in the prerender method), but how to do it dynamically/client side?

Your thoughts/help appreciated,

Chris


-- 
View this message in context: http://www.nabble.com/TabSet-Component---how-to-dynamically-set-the-tab-%28in-javascript%29-tp15242305p15242305.html
Sent from the Project Woodstock - Users mailing list archive at Nabble.com.