The tabbedPane Component provides a way to show more information on a single page. It can download the data asynchronously via AJAX.
The tabbedPane Component has the following capabilities :
<v:tabbedPane
asyncRenderMode="buffer"
width="436"
height="430">
<v:tab
text="${messages.editCard_tab_contact}"
accessKey="${messages.editCard_tabKey_contact}">
<table ...
</v:tab>
<v:tab
text="${messages.editCard_tab_address}"
accessKey="${messages.editCard_tabKey_address}">
...
</v:tab>
</v:tabbedPane>
