users@woodstock.java.net

converting jsf tab to woodstock tab

From: Rebecca Searls <Rebecca.Searls_at_Sun.COM>
Date: Wed, 04 Jun 2008 13:46:26 -0400

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>