Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 1.6.1
-
Component/s: ICE-Components
-
Labels:None
-
Environment:ICEFaces 1.6.1, JSF 1.1, IE6 / FireFox 2
Description
I have a list where each row has to be displayed as a tab set. I am using a panelSeries for iteration over values (same bug exists if I use dataTable instead of panelSeries).
Within a row, it is not possible to independently select one tab. If I select a tab in one row, all other rows automatically select the same tab too.
Here is what the code looks like:
<ice:panelSeries value="#{bb.myList}" var="myObj">
<ice:panelGroup>
<ice:panelTabSet>
<ice:panelTab ...
Within a row, it is not possible to independently select one tab. If I select a tab in one row, all other rows automatically select the same tab too.
Here is what the code looks like:
<ice:panelSeries value="#{bb.myList}" var="myObj">
<ice:panelGroup>
<ice:panelTabSet>
<ice:panelTab ...
Screenshot after the fix.