On 7/13/06, Paul Spencer <[EMAIL PROTECTED]> wrote:
1) Why is the behavior different between client and sever side switching?
Because the server-side tab switching renders only the existing tab in the generated html. Client-side tab switching renders all of the tabs but only makes one visible in the browser.
2) The "application" is just the included below surrounded by the minimal set of html, jsp, and jsf tags. Their are no backing beans involved. In short this is a mock-up.
It's not so much your application code. It's your application behavior (ie, when I submit a form on tab X, I want tab X to be visible on the response if there's an error).
3) How would I set the "panel tab index"?
This is the part I don't have enough experience with to help you with. I vaguely recall that here's a selectedIndex attribute for tabbed panes.

