[richfaces-svn-commits] JBoss Rich Faces SVN: r2882 - trunk/test-applications/facelets/src/main/webapp/DataScroller.
richfaces-svn-commits at lists.jboss.org
richfaces-svn-commits at lists.jboss.org
Tue Sep 11 12:33:25 EDT 2007
Author: ayanul
Date: 2007-09-11 12:33:24 -0400 (Tue, 11 Sep 2007)
New Revision: 2882
Modified:
trunk/test-applications/facelets/src/main/webapp/DataScroller/DS.xhtml
Log:
Modified: trunk/test-applications/facelets/src/main/webapp/DataScroller/DS.xhtml
===================================================================
--- trunk/test-applications/facelets/src/main/webapp/DataScroller/DS.xhtml 2007-09-11 16:32:51 UTC (rev 2881)
+++ trunk/test-applications/facelets/src/main/webapp/DataScroller/DS.xhtml 2007-09-11 16:33:24 UTC (rev 2882)
@@ -1,15 +1,9 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml"
+<h:form dir="DSform"
+ xmlns="http://www.w3.org/1999/xhtml"
xmlns:a4j="http://richfaces.org/a4j"
xmlns:f="http://java.sun.com/jsf/core"
xmlns:h="http://java.sun.com/jsf/html"
xmlns:rich="http://richfaces.org/rich">
-<f:view>
- <head>
- <title></title>
- </head>
- <body>
- <h:form dir="DSform">
<h:dataTable id="dataTableId" value="#{dataScroller.dataTable}"
var="dT" cellpadding="5px" rows="5" border="1">
@@ -70,6 +64,4 @@
</h:panelGrid>
<h:commandLink value="Back" action="main"></h:commandLink>
</h:form>
- </body>
-</f:view>
-</html>
+
More information about the richfaces-svn-commits
mailing list