Author: pgolawski
Date: 2008-11-18 06:52:53 -0500 (Tue, 18 Nov 2008)
New Revision: 11203
Modified:
trunk/samples/richfaces-demo/src/main/webapp/richfaces/extendedDataTable/examples/simple.xhtml
Log:
filter "State Capital" column by capital name instead of state name, probably
copy/paste bug
Modified:
trunk/samples/richfaces-demo/src/main/webapp/richfaces/extendedDataTable/examples/simple.xhtml
===================================================================
---
trunk/samples/richfaces-demo/src/main/webapp/richfaces/extendedDataTable/examples/simple.xhtml 2008-11-18
11:38:40 UTC (rev 11202)
+++
trunk/samples/richfaces-demo/src/main/webapp/richfaces/extendedDataTable/examples/simple.xhtml 2008-11-18
11:52:53 UTC (rev 11203)
@@ -24,7 +24,7 @@
</f:facet>
<h:outputText value="#{cap.state}"/>
</rich:column>
- <rich:column sortable="true" sortBy="#{cap.name}"
filterBy="#{cap.state}" filterEvent="onkeyup" width="170px"
label="State Capital">
+ <rich:column sortable="true" sortBy="#{cap.name}"
filterBy="#{cap.name}" filterEvent="onkeyup" width="170px"
label="State Capital">
<f:facet name="header">
<h:outputText value="State Capital"/>
</f:facet>
Show replies by date