Author: lfryc(a)redhat.com
Date: 2010-12-09 04:49:24 -0500 (Thu, 09 Dec 2010)
New Revision: 20471
Modified:
modules/tests/metamer/trunk/application/src/main/webapp/components/richDataTable/scroller.xhtml
Log:
fixed scroller rerendering in rich:dataTable - scroller sample (RFPL-912)
Modified:
modules/tests/metamer/trunk/application/src/main/webapp/components/richDataTable/scroller.xhtml
===================================================================
---
modules/tests/metamer/trunk/application/src/main/webapp/components/richDataTable/scroller.xhtml 2010-12-09
09:38:14 UTC (rev 20470)
+++
modules/tests/metamer/trunk/application/src/main/webapp/components/richDataTable/scroller.xhtml 2010-12-09
09:49:24 UTC (rev 20471)
@@ -43,7 +43,7 @@
<br/>
<h:outputText value="Show data in table: " />
<h:selectBooleanCheckbox id="noDataCheckbox"
value="#{richDataTableBean.state}">
- <a4j:ajax render="#{nestedComponentId}" />
+ <a4j:ajax render="#{nestedComponentId} scroller1" />
</h:selectBooleanCheckbox>
<br/><br/>
Show replies by date