You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by Richard Yee <ry...@cruzio.com> on 2007/12/04 07:22:28 UTC

Identifying which tab is disclosed in a disclosure listener

Hi,
Is there a way to determine which tab is being disclosed/undisclosed in 
a disclosure listener for a showDetailItem that is in a showOneTab? I am 
dynamically creating tabs based on the members of a family (ie. Father, 
Mother, Child1, Child2, etc.) The text and shortDesc attributes of the 
showDetailItem are used to display the person's name. Is there a way to 
attach additional information to the showDetailItem that is not 
displayed to the user and that can be used to identify the tab item. The 
text and shortDesc values cannot uniquely be used for identification 
because there can be more than one person in the family with the same name.

Thanks,

Richard