Views - Examples - Tab Control
<h1>Example Tab Control</h1>
<s:form>
<s:tab_control>
<s:tab_page name="General">
<h3>General Information</h3>
<p>Here is the first tab page with general information.</p>
</s:tab_page>
<s:tab_page name="Second Tab">
<h3>Second Title</h3>
... contents of the second tab page ...
</s:tab_page>
<s:tab_page name="Third Page">
<h3>Third Title</h3>
.. Contents of the third page ...
</s:tab_page>
</s:tab_control>