Programatically selecting tabs
Hi,
I have a tab set set with 3 tabs and 1 table component inside each of the tabs.
I need to navegate between them. For that, there are hyperlinks inside the
tables, the user clicks on the hyperlynk and an other tab shoud get displayed. The way I pictured is, adding a action listener on the hyperlink and using the tabSet.setSelected("tab2") method. But it doesn't seem to work. Is this the correct approach ?

