You can take a look at the tabset example at:
http://webdev2.sun.com/example/faces/index.jsp
It has the example source too.. You can assign the action of the
commandLink to the actionExpression attribute and the
value of the outputText to the text attribute of the webuijsf:tabSet
component.
-Venky
Rebecca Searls wrote:
> 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>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_woodstock.dev.java.net
> For additional commands, e-mail: users-help_at_woodstock.dev.java.net
>