Author: ayanul
Date: 2007-10-04 03:51:26 -0400 (Thu, 04 Oct 2007)
New Revision: 3249
Modified:
trunk/test-applications/facelets/src/main/webapp/Paint2D/Paint2D.xhtml
Log:
delete <h:html>
Modified: trunk/test-applications/facelets/src/main/webapp/Paint2D/Paint2D.xhtml
===================================================================
--- trunk/test-applications/facelets/src/main/webapp/Paint2D/Paint2D.xhtml 2007-10-04
07:50:21 UTC (rev 3248)
+++ trunk/test-applications/facelets/src/main/webapp/Paint2D/Paint2D.xhtml 2007-10-04
07:51:26 UTC (rev 3249)
@@ -1,10 +1,9 @@
-<html
xmlns="http://www.w3.org/1999/xhtml"
+ <h:form
+
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">
-
- <h:form>
<rich:paint2D id="paint2d" paint="#{paint2D.paint}"
data="#{paintData}" width="#{paint2D.width}"
height="#{paint2D.height}" align="#{paint2D.align}"