Tabbed Pane Component Features
- Allows CSS classes for the tabbed pane as a whole and for selected and
unselected tabs
- Page designers specify tabs with f:selectItem
or f:selectItems, just as is done with menus and lists
- Tabbed pane content is specified with a facet, similar to how headers
and footers are specified in h:dataTable
- A tabbed pane can have an action listener
- Tab text can be localized by getting it from a resource bundle
- Uses hidden fields to transmit selected tab from client to server