Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 1.7, 1.7.1, 1.7.2, 1.7.2 SP1
-
Component/s: ICE-Components
-
Labels:None
-
Environment:ANY
Description
see the following code:
<ice:form>
<ice:panelSeries value="#{bean.list}" var="item">
<ice:panelGroup rendered="false">
<ice:panelTabSet id="icePnlTbSet" var="tab"
value="#{bean.listqq}" title="title">
<ice:panelTab label="#{tab}" title="#{tab}">
<ice:panelGroup style="height:50px;">
<ice:outputText value="#{tab}" />
</ice:panelGroup>
</ice:panelTab>
</ice:panelTabSet>
<!--
<ice:outputText value="#{bean.qq}"/>
-->
</ice:panelGroup>
</ice:panelSeries>
</ice:form>
It will complain undefined property "listqq" in the bean which should not be rendered at all. To compare, uncomment the outputText and it has no problem.
This is also a problem for ice:dataTable
<ice:form>
<ice:panelSeries value="#{bean.list}" var="item">
<ice:panelGroup rendered="false">
<ice:panelTabSet id="icePnlTbSet" var="tab"
value="#{bean.listqq}" title="title">
<ice:panelTab label="#{tab}" title="#{tab}">
<ice:panelGroup style="height:50px;">
<ice:outputText value="#{tab}" />
</ice:panelGroup>
</ice:panelTab>
</ice:panelTabSet>
<!--
<ice:outputText value="#{bean.qq}"/>
-->
</ice:panelGroup>
</ice:panelSeries>
</ice:form>
It will complain undefined property "listqq" in the bean which should not be rendered at all. To compare, uncomment the outputText and it has no problem.
This is also a problem for ice:dataTable
Issue Links
- depends on
-
ICE-4253 REGRESSION of ICE-4066 : input component values being applied to all rows in a dataTable
- Closed
Activity
Sam Xiao
created issue -
Sam Xiao
made changes -
Field | Original Value | New Value |
---|---|---|
Attachment | ICE-4066.war [ 11513 ] |
Sam Xiao
made changes -
Salesforce Case | [50070000007cWeq] |
Ken Fyten
made changes -
Fix Version/s | 1.8 [ 10161 ] |
Ken Fyten
made changes -
Assignee Priority | P1 |
Ken Fyten
made changes -
Assignee | Adnan Durrani [ adnan.durrani ] |
Adnan Durrani
made changes -
Status | Open [ 1 ] | In Progress [ 3 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #18366 | Wed Feb 18 12:58:15 MST 2009 | adnan.durrani | Fix for |
Files Changed | ||||
MODIFY
/icefaces/trunk/icefaces/component/src/com/icesoft/faces/component/panelseries/UISeries.java
MODIFY /icefaces/trunk/icefaces/component/src/com/icesoft/faces/component/paneltabset/PanelTabSet.java MODIFY /icefaces/trunk/icefaces/component/src/com/icesoft/faces/component/util/CustomComponentUtils.java |
Adnan Durrani
made changes -
Status | In Progress [ 3 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #18426 | Wed Feb 25 08:58:51 MST 2009 | adnan.durrani | The |
Files Changed | ||||
MODIFY
/icefaces/branches/icefaces-1.7/icefaces/component/src/com/icesoft/faces/component/paneltabset/PanelTabSet.java
MODIFY /icefaces/branches/icefaces-1.7/icefaces/component/src/com/icesoft/faces/component/panelseries/UISeries.java MODIFY /icefaces/branches/icefaces-1.7/icefaces/component/src/com/icesoft/faces/component/util/CustomComponentUtils.java |
Ken Fyten
made changes -
Fix Version/s | 1.7.3 [ 10162 ] | |
Assignee Priority | P1 |
Ken Fyten
made changes -
Fix Version/s | 1.8RC2 [ 10163 ] | |
Fix Version/s | 1.8 [ 10161 ] |
Adnan Durrani
made changes -
Ken Fyten
made changes -
Fix Version/s | 1.8 [ 10161 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #18758 | Mon Apr 06 12:21:53 MDT 2009 | adnan.durrani | Fix for The fix of |
Files Changed | ||||
MODIFY
/icefaces/trunk/icefaces/component/src/com/icesoft/faces/component/panelseries/UISeries.java
MODIFY /icefaces/trunk/icefaces/component/src/com/icesoft/faces/component/paneltabset/PanelTabSet.java |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #18759 | Mon Apr 06 13:01:50 MDT 2009 | adnan.durrani | Backporting fix for The fix of |
Files Changed | ||||
MODIFY
/icefaces/branches/icefaces-1.7/icefaces/component/src/com/icesoft/faces/component/paneltabset/PanelTabSet.java
MODIFY /icefaces/branches/icefaces-1.7/icefaces/component/src/com/icesoft/faces/component/panelseries/UISeries.java |
Ken Fyten
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
Assignee | Adnan Durrani [ adnan.durrani ] |
test case for tomcat 6.0 with ICEfaces 1.7.2 SP1