Hi,
My jsf page has multiple tabs. My requirement is to set any one tab as selected when this page is invoked in browser based on a global variable that is available in the backing bean. How can this be done ?
Please help
Regards
You can use the setSelectedTabItem(TabItem tabItem) method of the com.infragistics.faces.tab.component.html.TabView class. Just bind a property in your bean of this type with the WebTab component. Also you should bind the tabItems in your WebTab with properties of type com.infragistics.faces.tab.component.TabItem and set them as arguments in the method mentioned above.
Regards!