[richfaces-svn-commits] JBoss Rich Faces SVN: r557 - trunk/sandbox-samples/scrollable-grid-demo/src/main/webapp.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Wed Apr 25 15:00:40 EDT 2007


Author: abelevich
Date: 2007-04-25 15:00:40 -0400 (Wed, 25 Apr 2007)
New Revision: 557

Modified:
   trunk/sandbox-samples/scrollable-grid-demo/src/main/webapp/index.jsp
Log:


Modified: trunk/sandbox-samples/scrollable-grid-demo/src/main/webapp/index.jsp
===================================================================
--- trunk/sandbox-samples/scrollable-grid-demo/src/main/webapp/index.jsp	2007-04-25 19:00:30 UTC (rev 556)
+++ trunk/sandbox-samples/scrollable-grid-demo/src/main/webapp/index.jsp	2007-04-25 19:00:40 UTC (rev 557)
@@ -1,11 +1,7 @@
-<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
-
-<html>
-
-<head></head>
-
-	<body>
-		<jsp:forward page="/pages/index.jsf" />
-	</body>
-
+<!doctype html public "-//w3c//dtd html 4.0 transitional//en"> 
+<html> 
+	<head></head> 	
+	<body>
+		<jsp:forward page="/pages/scrollable-grid.jsf" />
+	</body> 
 </html>
\ No newline at end of file




More information about the richfaces-svn-commits mailing list