Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.5.1
-
Fix Version/s: 1.5.3
-
Component/s: ICE-Components
-
Labels:None
-
Environment:Operating System: Windows XP
Platform: PC
Description
noted in the forum http://www.icefaces.org/JForum/posts/list/3182.page
The following will show the "Always there":
<ice:outputText rendered="false" value="Not there"><div>Always
there</div></ice:outputText>
The following won't show it:
<ice:panelGroup rendered="true">
<ice:outputText rendered="false" value="Not there">
<div>Always there</div>
</ice:outputText>
</ice:panelGroup>
So there's a couple of questions here:
1. What is the expected behaviour on an outputText whose rendered attribute is
false in rendering any nested tags (and would that change in a Facelets context
where nested <div>s would be first-class components)?
2. Why does the rendering behaviour of the outputText vary depending on its
container (even if that container is set to rendered="true")?
The following will show the "Always there":
<ice:outputText rendered="false" value="Not there"><div>Always
there</div></ice:outputText>
The following won't show it:
<ice:panelGroup rendered="true">
<ice:outputText rendered="false" value="Not there">
<div>Always there</div>
</ice:outputText>
</ice:panelGroup>
So there's a couple of questions here:
1. What is the expected behaviour on an outputText whose rendered attribute is
false in rendering any nested tags (and would that change in a Facelets context
where nested <div>s would be first-class components)?
2. Why does the rendering behaviour of the outputText vary depending on its
container (even if that container is set to rendered="true")?
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
Field | Original Value | New Value |
---|---|---|
issue.field.bugzillaimportkey | 1155 | 12382 |
Assignee Priority | P3 |
Assignee Priority | P3 | P2 |
Status | Open [ 1 ] | Resolved [ 5 ] |
Fix Version/s | 1.5.3 [ 10030 ] | |
Fix Version/s | 1.6 [ 10031 ] | |
Resolution | Fixed [ 1 ] |
Status | Resolved [ 5 ] | Closed [ 6 ] |
Assignee Priority | P2 | |
Assignee | Mark Collette [ mark.collette ] |