I need to convert existing jsf tabs in an app to woodstock tabs.
Please advise how to do this? There the typical code I have.
<td valign="bottom"><!-- backends Tab -->
<table class="passiveTabRight_primary" cellpadding="0" cellspacing="0">
<tr>
<td>
<h:commandLink action="backends">
<h:outputText value="#{adminResource['global.backendsTab']}"/>
</h:commandLink>
</td>
</tr>
</table>
</td>