Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: EE-2.0.0.GA, 2.0.2
-
Fix Version/s: 2.1-Beta, 3.0, EE-2.0.0.GA_P01
-
Component/s: ICE-Components
-
Labels:None
-
Environment:UISeries/PanelSeries
-
Assignee Priority:P1
Description
A NullPointerException is thrown when displaying a page with the following code:
<ice:form id="loginForm" rendered="false">
<ice:panelSeries
value="#{personBean.searchFacetValueLists}" var="sfvl"
rendered="#{login.numConceptsTest != 0}"
style="margin-left: 37px;">
<ice:outputText value="checking render"
styleClass="refineSearchFacetTitle"
style="margin-top: 10px;" />
<br />
</ice:panelSeries>
<ice:outputText value="#{personBean.tester}"></ice:outputText>
</ice:form>
The NPE is coming from the following code: #{login.numConceptsTest != 0}. The exception is only thrown when using a UISeries component type. It is not evaluated with a basic outputText component.
<ice:form id="loginForm" rendered="false">
<ice:panelSeries
value="#{personBean.searchFacetValueLists}" var="sfvl"
rendered="#{login.numConceptsTest != 0}"
style="margin-left: 37px;">
<ice:outputText value="checking render"
styleClass="refineSearchFacetTitle"
style="margin-top: 10px;" />
<br />
</ice:panelSeries>
<ice:outputText value="#{personBean.tester}"></ice:outputText>
</ice:form>
The NPE is coming from the following code: #{login.numConceptsTest != 0}. The exception is only thrown when using a UISeries component type. It is not evaluated with a basic outputText component.
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #25202 | Fri Aug 05 10:39:45 MDT 2011 | yip.ng | |
Files Changed | ||||
![]() |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #25201 | Fri Aug 05 10:22:04 MDT 2011 | yip.ng | |
Files Changed | ||||
![]() |