Hello,
How can I reference a tab sheet tab nested within another tab sheet tab that was created dynamically?
I have one tab sheet with location tabs, and within those tabs, another tabsheet with tabs with a JavaScriptComponent.
TabSheet.Tab plazaTab = plazaBox.getSelectedTab();
I can get the first tab like this, but how can I get a reference to the JavaScriptComponent within the nested tab so i can call functions?