[seam-commits] Seam SVN: r14705 - branches/community/Seam_2_3/jboss-seam-gen/dist/view/layout.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Sat May 19 18:53:54 EDT 2012
Author: dhinojosa
Date: 2012-05-19 18:53:54 -0400 (Sat, 19 May 2012)
New Revision: 14705
Modified:
branches/community/Seam_2_3/jboss-seam-gen/dist/view/layout/template.xhtml
Log:
Migrated template to JSF2
Modified: branches/community/Seam_2_3/jboss-seam-gen/dist/view/layout/template.xhtml
===================================================================
--- branches/community/Seam_2_3/jboss-seam-gen/dist/view/layout/template.xhtml 2012-05-19 22:51:35 UTC (rev 14704)
+++ branches/community/Seam_2_3/jboss-seam-gen/dist/view/layout/template.xhtml 2012-05-19 22:53:54 UTC (rev 14705)
@@ -7,16 +7,16 @@
xmlns:a="http://richfaces.org/a4j"
xmlns:s="http://jboss.com/products/seam/taglib"
contentType="text/html">
-<html>
- <head>
+<h:html>
+ <h:head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<title>@projectName@</title>
<link rel="shortcut icon" href="#{request.contextPath}/favicon.ico"/>
<h:outputStylesheet name="/stylesheet/theme.ecss"/>
<h:outputStylesheet name="/stylesheet/theme.css"/>
<ui:insert name="head"/>
- </head>
- <body>
+ </h:head>
+ <h:body>
<ui:include src="menu.xhtml">
<ui:param name="projectName" value="@projectName@"/>
</ui:include>
@@ -41,6 +41,6 @@
</p>
</s:fragment>
</div>
- </body>
-</html>
+ </h:body>
+</h:html>
</f:view>
More information about the seam-commits
mailing list