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
Alok Mittal
created issue -
Ken Fyten
made changes -
Field | Original Value | New Value |
---|---|---|
Fix Version/s | 1.6.2 [ 10111 ] | |
Assignee | Yip Ng [ yip.ng ] |
Alessandro Mori
made changes -
Attachment | screenshot-1.jpg [ 10692 ] |
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 |
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 |
Adnan Durrani
made changes -
Adnan Durrani
made changes -
Adnan Durrani
made changes -
yip.ng
made changes -
Attachment | screenshot-2.jpg [ 10708 ] |
yip.ng
made changes -
Attachment | panelTabSet.jspx [ 10709 ] |
yip.ng
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Mark Collette
made changes -
Jacky Lee
made changes -
Resolution | Fixed [ 1 ] | |
Status | Resolved [ 5 ] | Reopened [ 4 ] |
Ken Fyten
made changes -
Fix Version/s | 1.7DR#3 [ 10112 ] | |
Fix Version/s | 1.6.2 [ 10111 ] | |
Assignee | Yip Ng [ yip.ng ] | Mark Collette [ mark.collette ] |
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 |
Mark Collette
made changes -
Status | Reopened [ 4 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Sam Xiao
made changes -
Resolution | Fixed [ 1 ] | |
Status | Resolved [ 5 ] | Reopened [ 4 ] |
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
|
Adnan Durrani
made changes -
Status | Reopened [ 4 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Ken Fyten
made changes -
Fix Version/s | 1.7 [ 10080 ] |
Ken Fyten
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
Assignee | Mark Collette [ mark.collette ] |
Screenshot after the fix.