Author: ppitonak(a)redhat.com
Date: 2010-11-09 11:01:24 -0500 (Tue, 09 Nov 2010)
New Revision: 20003
Modified:
modules/tests/metamer/trunk/application/src/main/webapp/components/richDataTable/components1.xhtml
Log:
* fixed checkbox inside rich:dataTable
Modified:
modules/tests/metamer/trunk/application/src/main/webapp/components/richDataTable/components1.xhtml
===================================================================
---
modules/tests/metamer/trunk/application/src/main/webapp/components/richDataTable/components1.xhtml 2010-11-09
15:17:39 UTC (rev 20002)
+++
modules/tests/metamer/trunk/application/src/main/webapp/components/richDataTable/components1.xhtml 2010-11-09
16:01:24 UTC (rev 20003)
@@ -136,7 +136,9 @@
<h:outputText id="columnHeaderSmokerComponent"
value="h:selectBooleanCheckbox" />
</f:facet>
- <h:selectBooleanCheckbox value="#{record.smoker}"/>
+ <h:selectBooleanCheckbox id="smoker"
value="#{record.smoker}">
+ <a4j:ajax event="change"
render="@this"/>
+ </h:selectBooleanCheckbox>
<f:facet name="footer">
<h:outputText id="columnFooterSmoker"
value="Smoker" />
Show replies by date