Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: EE-3.0.0.GA
-
Component/s: Facelet Components
-
Labels:None
-
Environment:JSF 2.x / IF 2.x
-
Workaround Exists:Yes
-
Workaround Description:HideThe only "work-around" I've seen online thus far is avoiding the issue by writing tables with h:column exposed:
<h:dataTable>
<h:column>#{data.one}</h:column>
<h:column><cc:superColumn>#{data.two}</cc:superColumn></h:column>
</h:dataTable>ShowThe only "work-around" I've seen online thus far is avoiding the issue by writing tables with h:column exposed: <h:dataTable> <h:column>#{data.one}</h:column> <h:column><cc:superColumn>#{data.two}</cc:superColumn></h:column> </h:dataTable>
Description
Columns in the EE components have their h:column tags wrapped within their composite components, occurring in tables like so:
<h:dataTable value="#{someBean.someData}" var="data">
<h:column>#{data.one}</h:column>
<cc:superColumn>#{data.two}</cc:superColumn>
</h:dataTable>
Where it is expected that composite-component abstracted tags are visible to the parents.
However, only the normal h:column displaying the #{data.one} binding will be rendered.
<h:dataTable value="#{someBean.someData}" var="data">
<h:column>#{data.one}</h:column>
<cc:superColumn>#{data.two}</cc:superColumn>
</h:dataTable>
Where it is expected that composite-component abstracted tags are visible to the parents.
However, only the normal h:column displaying the #{data.one} binding will be rendered.
-
Hide
- CompositeColumnTCTest.war
- 6.02 MB
- Nils Lundquist
-
- META-INF/MANIFEST.MF 0.0 kB
- WEB-INF/classes/.../icesoft/TestModel.class 1.0 kB
- WEB-INF/classes/.../TestService.class 1 kB
- WEB-INF/faces-config.xml 0.3 kB
- WEB-INF/lib/commons-beanutils.jar 226 kB
- WEB-INF/lib/commons-collections.jar 558 kB
- WEB-INF/lib/commons-digester.jar 140 kB
- WEB-INF/lib/commons-lang.jar 240 kB
- WEB-INF/lib/commons-logging.jar 52 kB
- WEB-INF/lib/icefaces-compat.jar 2.53 MB
- WEB-INF/lib/icefaces.jar 179 kB
- WEB-INF/lib/icepush.jar 234 kB
- WEB-INF/lib/jsf-api.jar 601 kB
- WEB-INF/lib/jsf-impl.jar 1.81 MB
- WEB-INF/web.xml 2 kB
- index.jsp 0.1 kB
- resources/test/col.xhtml 0.7 kB
- test.xhtml 1 kB
-
Hide
- CompositeColumnTCTest.war
- 6.02 MB
- Nils Lundquist
-
- META-INF/MANIFEST.MF 0.0 kB
- WEB-INF/classes/.../icesoft/TestModel.class 1.0 kB
- WEB-INF/classes/.../TestService.class 1 kB
- WEB-INF/faces-config.xml 0.3 kB
- WEB-INF/lib/commons-beanutils.jar 226 kB
- WEB-INF/lib/commons-collections.jar 558 kB
- WEB-INF/lib/commons-digester.jar 140 kB
- WEB-INF/lib/commons-lang.jar 240 kB
- WEB-INF/lib/commons-logging.jar 52 kB
- WEB-INF/lib/icefaces-compat.jar 2.53 MB
- WEB-INF/lib/icefaces.jar 179 kB
- WEB-INF/lib/icepush.jar 234 kB
- WEB-INF/lib/jsf-api.jar 601 kB
- WEB-INF/lib/jsf-impl.jar 1.81 MB
- WEB-INF/web.xml 2 kB
- index.jsp 0.1 kB
- resources/test/col.xhtml 0.8 kB
- test.xhtml 1 kB
Issue Links
- blocks
-
IPCK-126 icefaces-composite-comps.jar with JSF/ICEfaces 2.0 Compat
- Closed
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
This tab is subject to removal in future versions.