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
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion