As i understand when the serverSideTabSwitch="true" the rest of tabs will be rendered inside <div> which has a style sheet with visibility=hidden, but this is not the expected behaviour. I expect that when clicking on a tab then its page will only be rendered.
Why you don't want to render a button for the tab label ? is it a UI issue ?
If you want to control the formatting of the active tab label see the defaultStyles.css and see this classes
1) .myFaces_panelTabbedPane_activeHeaderCell (handels the backgroud area of the button).
2) .myFaces_panelTabbedPane_activeHeaderCell INPUT (handels the button itself).
3) .myFaces_panelTabbedPane_activeHeaderCell INPUT:hover (handels the button on mouse over).
so all you need to do is to update these classes and refere to the new css with
<link rel="stylesheet" type="text/css" href=""
- Re: How works server-side tab switching and how to use it? Marco
- AW: How works server-side tab switching and how to us... Matthias Kahlau

