[richfaces-svn-commits] JBoss Rich Faces SVN: r15812 - branches/community/3.3.X/samples/richfaces-demo/src/main/webapp/richfaces/dataTable.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Mon Nov 2 08:13:21 EST 2009


Author: ilya_shaikovsky
Date: 2009-11-02 08:13:21 -0500 (Mon, 02 Nov 2009)
New Revision: 15812

Modified:
   branches/community/3.3.X/samples/richfaces-demo/src/main/webapp/richfaces/dataTable/modifiableModel.xhtml
Log:
https://jira.jboss.org/jira/browse/RF-7978

Modified: branches/community/3.3.X/samples/richfaces-demo/src/main/webapp/richfaces/dataTable/modifiableModel.xhtml
===================================================================
--- branches/community/3.3.X/samples/richfaces-demo/src/main/webapp/richfaces/dataTable/modifiableModel.xhtml	2009-11-02 13:12:53 UTC (rev 15811)
+++ branches/community/3.3.X/samples/richfaces-demo/src/main/webapp/richfaces/dataTable/modifiableModel.xhtml	2009-11-02 13:13:21 UTC (rev 15812)
@@ -12,7 +12,7 @@
 				how to implement <b>sorting and filtering in your model</b>.
 			</p>
 			<p>
-				Model class should extend <b>ExtendedDataTableModel</b> and additionally implement 
+				 Model class should extend <b>ExtendedDataModel</b> and additionally implement 
 				<b>Modifiable interface</b>. This interface defines <b>modify</b> method. This 
 				method is called with lists of sort and filter fields as parameters and should perform sorting and 
 				filtering according to the fields. 



More information about the richfaces-svn-commits mailing list