Author: adubovsky
Date: 2008-07-24 07:30:15 -0400 (Thu, 24 Jul 2008)
New Revision: 9763
Modified:
trunk/test-applications/facelets/src/main/webapp/pages/Info/Info.xhtml
trunk/test-applications/facelets/src/main/webapp/pages/Rich/Rich.xhtml
Log:
1) Delete html definition from Info.xhtml
2) Delete nested form from Rich.xhtml
Modified: trunk/test-applications/facelets/src/main/webapp/pages/Info/Info.xhtml
===================================================================
--- trunk/test-applications/facelets/src/main/webapp/pages/Info/Info.xhtml 2008-07-24
11:07:36 UTC (rev 9762)
+++ trunk/test-applications/facelets/src/main/webapp/pages/Info/Info.xhtml 2008-07-24
11:30:15 UTC (rev 9763)
@@ -1,9 +1,6 @@
-<html
xmlns="http://www.w3.org/1999/xhtml"
-
xmlns:h="http://java.sun.com/jsf/html"
+<f:subview id="infoSubview"
xmlns:h="http://java.sun.com/jsf/html"
xmlns:f="http://java.sun.com/jsf/core"
xmlns:ui="http://java.sun.com/jsf/facelets">
-
-<f:subview id="infoSubview">
<h:panelGrid binding="#{info.panelEvent}" columns="2">
</h:panelGrid>
<f:verbatim>
@@ -38,5 +35,4 @@
</h:column>
</h:dataTable>
</h:panelGrid>
-</f:subview>
-</html>
\ No newline at end of file
+</f:subview>
\ No newline at end of file
Modified: trunk/test-applications/facelets/src/main/webapp/pages/Rich/Rich.xhtml
===================================================================
--- trunk/test-applications/facelets/src/main/webapp/pages/Rich/Rich.xhtml 2008-07-24
11:07:36 UTC (rev 9762)
+++ trunk/test-applications/facelets/src/main/webapp/pages/Rich/Rich.xhtml 2008-07-24
11:30:15 UTC (rev 9763)
@@ -5,7 +5,7 @@
xmlns:h="http://java.sun.com/jsf/html"
xmlns:rich="http://richfaces.org/rich"
xmlns:ui="http://java.sun.com/jsf/facelets">
-<f:view>
+<f:view contentType="text/html" >
<head>
<f:loadBundle basename="message" var="msg" />
<title></title>
@@ -68,9 +68,7 @@
</h:panelGrid>
- <h:form id="infoFormID">
<ui:include src="/pages/Info/Info.xhtml" />
- </h:form>
</h:form>
</body>