Hi,
I'm using Trinidad with facelets. I have a page "about.xhtml" containing a
tr:panelTabbed that has a default item of "Contact". I would like to also
create a link to the "Company" item on the about.xhtml page.
How do I programatically reveal the non-default item when linking to this
page?
<<<about.xhtml>>>
<tr:panelTabbed position="above" id="aboutMenu" class="panelClass">
<tr:showDetailItem id="contactPanel" text="Contact"
inlineStyle="float: left">
<tr:panelHeader text="Contact Us"/>
</tr:showDetailItem>
<tr:showDetailItem id="helpPanel" text="Company"
inlineStyle="float: left">
<tr:panelHeader text="Contact Us"/>
</tr:showDetailItem>
</tr:panelTabbed>
Thanks in advance!
Mark
--
View this message in context:
http://www.nabble.com/linking-to-non-default-tr%3AshowDetailItem-in-a-tr%3ApanelTabbed-tp14307867p14307867.html
Sent from the MyFaces - Users mailing list archive at Nabble.com.