[richfaces-svn-commits] JBoss Rich Faces SVN: r15843 - root/examples-sandbox/trunk/components/tables/src/main/webapp.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Thu Nov 5 12:06:53 EST 2009


Author: abelevich
Date: 2009-11-05 12:06:52 -0500 (Thu, 05 Nov 2009)
New Revision: 15843

Modified:
   root/examples-sandbox/trunk/components/tables/src/main/webapp/home.xhtml
Log:


Modified: root/examples-sandbox/trunk/components/tables/src/main/webapp/home.xhtml
===================================================================
--- root/examples-sandbox/trunk/components/tables/src/main/webapp/home.xhtml	2009-11-05 17:00:48 UTC (rev 15842)
+++ root/examples-sandbox/trunk/components/tables/src/main/webapp/home.xhtml	2009-11-05 17:06:52 UTC (rev 15843)
@@ -12,7 +12,7 @@
 	
 	<h:body>
 	    <h:form id="form1">
-			<rich:simpleDataTable var="record" value="#{dataBean.employeeList}" rows="20">
+			<rich:dataTable var="record" value="#{dataBean.employeeList}" rows="20">
 				<f:facet name="caption">
 					<h:outputText id="captioFacet1" value="Caption Facet" />
 				</f:facet>
@@ -59,7 +59,7 @@
 						<h:outputText id="footerFacet1" value="Footer Facet" />
 				</f:facet>
 				
-			</rich:simpleDataTable>
+			</rich:dataTable>
 			
 	   </h:form>
 	</h:body>



More information about the richfaces-svn-commits mailing list