Author: lfryc(a)redhat.com
Date: 2011-03-09 04:24:55 -0500 (Wed, 09 Mar 2011)
New Revision: 22090
Modified:
modules/tests/metamer/trunk/application/src/main/webapp/components/richDataScroller/simple.xhtml
Log:
fixed nested rendering in data scroller sample
Modified:
modules/tests/metamer/trunk/application/src/main/webapp/components/richDataScroller/simple.xhtml
===================================================================
---
modules/tests/metamer/trunk/application/src/main/webapp/components/richDataScroller/simple.xhtml 2011-03-09
09:24:26 UTC (rev 22089)
+++
modules/tests/metamer/trunk/application/src/main/webapp/components/richDataScroller/simple.xhtml 2011-03-09
09:24:55 UTC (rev 22090)
@@ -46,7 +46,7 @@
<h:outputText value="Show data in table: " />
<h:selectBooleanCheckbox id="noDataCheckbox"
value="#{richDataScrollerBean.state}">
- <a4j:ajax render="richDataTable scroller1"/>
+ <a4j:ajax render="scroller1 #{nestedComponentId}"/>
</h:selectBooleanCheckbox>
<br/><br/>
<rich:dataScroller id="scroller1"
Show replies by date