Author: dsvyatobatsko
Date: 2008-08-12 09:05:36 -0400 (Tue, 12 Aug 2008)
New Revision: 10050
Modified:
trunk/samples/richfaces-demo/src/main/webapp/richfaces/filteringFeature/examples/externalFiltering.xhtml
Log:
https://jira.jboss.org/jira/browse/RF-4162
Modified:
trunk/samples/richfaces-demo/src/main/webapp/richfaces/filteringFeature/examples/externalFiltering.xhtml
===================================================================
---
trunk/samples/richfaces-demo/src/main/webapp/richfaces/filteringFeature/examples/externalFiltering.xhtml 2008-08-12
11:21:41 UTC (rev 10049)
+++
trunk/samples/richfaces-demo/src/main/webapp/richfaces/filteringFeature/examples/externalFiltering.xhtml 2008-08-12
13:05:36 UTC (rev 10050)
@@ -23,7 +23,7 @@
<rich:column filterMethod="#{filteringBean.filterStates}">
<f:facet name="header">
<h:inputText value="#{filteringBean.filterValue}"
id="input">
- <a4j:support event="onkeyup" reRender="table , ds"
+ <a4j:support event="onkeyup" reRender="table , ds2"
ignoreDupResponses="true" requestDelay="700"
focus="input" />
</h:inputText>
</f:facet>
@@ -34,7 +34,7 @@
<f:facet name="header">
<h:selectOneMenu value="#{filteringBean.filterZone}">
<f:selectItems value="#{filteringBean.filterZones}" />
- <a4j:support event="onchange" reRender="table, ds" />
+ <a4j:support event="onchange" reRender="table, ds2" />
</h:selectOneMenu>
</f:facet>
<h:outputText value="#{cap.timeZone}" />