Author: lfryc(a)redhat.com
Date: 2011-02-15 05:38:35 -0500 (Tue, 15 Feb 2011)
New Revision: 21656
Modified:
modules/tests/metamer/trunk/application/src/main/webapp/components/richCollapsibleSubTable/facets.xhtml
Log:
rich:collapsibleSutTable - fixed nested component control by noDataFacet test
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-02-15
10:38:02 UTC (rev 21655)
+++
modules/tests/metamer/trunk/application/src/main/webapp/components/richCollapsibleSubTable/facets.xhtml 2011-02-15
10:38:35 UTC (rev 21656)
@@ -41,7 +41,7 @@
<br/>
<h:outputText value="Show data in table: " />
<h:selectBooleanCheckbox id="noDataCheckbox"
value="#{richSubTableBean.state}">
- <a4j:ajax render="richDataTable"/>
+ <a4j:ajax render="#{nestedComponentId}"/>
</h:selectBooleanCheckbox>
<br/><br/>
</ui:define>
Show replies by date