Author: lfryc(a)redhat.com
Date: 2011-01-20 12:30:02 -0500 (Thu, 20 Jan 2011)
New Revision: 21127
Modified:
modules/tests/metamer/trunk/application/src/main/webapp/components/richCollapsibleSubTable/facets.xhtml
Log:
fixed the collapsibleSubTable sample (RF-10253)
Modified:
modules/tests/metamer/trunk/application/src/main/webapp/components/richCollapsibleSubTable/facets.xhtml
===================================================================
---
modules/tests/metamer/trunk/application/src/main/webapp/components/richCollapsibleSubTable/facets.xhtml 2011-01-20
16:21:53 UTC (rev 21126)
+++
modules/tests/metamer/trunk/application/src/main/webapp/components/richCollapsibleSubTable/facets.xhtml 2011-01-20
17:30:02 UTC (rev 21127)
@@ -27,6 +27,7 @@
-->
<ui:composition template="/templates/template.xhtml">
+ <ui:param name="componentId" value="richDataTable" />
<ui:define name="head">
<f:metadata>
@@ -46,6 +47,8 @@
</ui:define>
<ui:define name="component">
+
+ #{nestedComponentId}
<rich:dataTable id="richDataTable"
value="#{richSubTableBean.lists}" var="list">
<f:facet name="header">
Show replies by date