Author: nbelaevski
Date: 2010-05-31 19:26:21 -0400 (Mon, 31 May 2010)
New Revision: 17438
Modified:
root/examples/richfaces-showcase/trunk/src/main/webapp/richfaces/componentControl/tableFilteringAPI.xhtml
Log:
https://jira.jboss.org/browse/RF-8720
Modified:
root/examples/richfaces-showcase/trunk/src/main/webapp/richfaces/componentControl/tableFilteringAPI.xhtml
===================================================================
---
root/examples/richfaces-showcase/trunk/src/main/webapp/richfaces/componentControl/tableFilteringAPI.xhtml 2010-05-31
23:24:26 UTC (rev 17437)
+++
root/examples/richfaces-showcase/trunk/src/main/webapp/richfaces/componentControl/tableFilteringAPI.xhtml 2010-05-31
23:26:21 UTC (rev 17438)
@@ -27,7 +27,7 @@
<ul>
<a4j:repeat value="#{carsBean.allVendors}" var="vendor">
<li><h:outputLink value="#">#{vendor}
- <rfn:componentControl target="#{rfn:clientId('table')}"
operation="filter" event="click">
+ <rfn:componentControl target="table" operation="filter"
event="click">
<f:param value="vendor"/>
<f:param value="#{vendor}"/>
</rfn:componentControl>