[richfaces-svn-commits] JBoss Rich Faces SVN: r15835 - 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 05:51:45 EST 2009


Author: abelevich
Date: 2009-11-05 05:51:45 -0500 (Thu, 05 Nov 2009)
New Revision: 15835

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 10:50:08 UTC (rev 15834)
+++ root/examples-sandbox/trunk/components/tables/src/main/webapp/home.xhtml	2009-11-05 10:51:45 UTC (rev 15835)
@@ -12,7 +12,7 @@
 	
 	<h:body>
 	    <h:form id="form1">
-			<rich:simpleDataTable var="record" value="#{dataBean.employeeList}" rows="20" style="border: 1px solid grey">
+			<rich:simpleDataTable var="record" value="#{dataBean.employeeList}" rows="20">
 				<f:facet name="caption">
 					<h:outputText id="captioFacet1" value="Caption Facet" />
 				</f:facet>



More information about the richfaces-svn-commits mailing list