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 ...
Issue Links
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #15307 | Thu Dec 06 11:08:43 MST 2007 | adnan.durrani | Fix for java.lang.NullPointerException related to ( |
Files Changed | ||||
MODIFY
/icefaces/trunk/icefaces/component/src/com/icesoft/faces/component/panelseries/UISeries.java
|
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #15255 | Tue Nov 27 10:53:55 MST 2007 | mark.collette | |
Files Changed | ||||
MODIFY
/icefaces/trunk/icefaces/component/src/com/icesoft/faces/component/panelseries/UISeries.java
ADD /icefaces/trunk/icefaces/component/src/com/icesoft/faces/utils/SeriesStateHolder.java MODIFY /icefaces/trunk/icefaces/component/src/com/icesoft/faces/component/paneltabset/PanelTabSet.java MODIFY /icefaces/trunk/icefaces/component/src/com/icesoft/faces/utils/UpdatableProperty.java |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #15023 | Wed Oct 24 17:05:41 MDT 2007 | yip.ng | Changed to correctly handle value binding of selected index and tab set panels within a series panel. |
Files Changed | ||||
MODIFY
/icefaces/branches/icefaces-1.6/icefaces/component/src/com/icesoft/faces/component/paneltabset/PanelTabSetRenderer.java
MODIFY /icefaces/branches/icefaces-1.6/icefaces/component/src/com/icesoft/faces/component/paneltabset/PanelTabSet.java |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #15020 | Wed Oct 24 16:24:58 MDT 2007 | yip.ng | Changed to correctly handle value binding of selected index and tab set panels within a series panel. |
Files Changed | ||||
MODIFY
/icefaces/trunk/icefaces/component/src/com/icesoft/faces/component/paneltabset/PanelTabSetRenderer.java
MODIFY /icefaces/trunk/icefaces/component/src/com/icesoft/faces/component/paneltabset/PanelTabSet.java |