[seam-commits] Seam SVN: r15073 - branches/community/Seam_2_3/jboss-seam-debug/src/main/resources/META-INF/resources.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Thu Aug 23 10:27:47 EDT 2012


Author: manaRH
Date: 2012-08-23 10:27:46 -0400 (Thu, 23 Aug 2012)
New Revision: 15073

Modified:
   branches/community/Seam_2_3/jboss-seam-debug/src/main/resources/META-INF/resources/debug.xhtml
Log:
JBSEAM-5019 fixed debug.xhtml template to comply with JSF h:head and
h:body

Modified: branches/community/Seam_2_3/jboss-seam-debug/src/main/resources/META-INF/resources/debug.xhtml
===================================================================
--- branches/community/Seam_2_3/jboss-seam-debug/src/main/resources/META-INF/resources/debug.xhtml	2012-08-23 14:27:35 UTC (rev 15072)
+++ branches/community/Seam_2_3/jboss-seam-debug/src/main/resources/META-INF/resources/debug.xhtml	2012-08-23 14:27:46 UTC (rev 15073)
@@ -5,7 +5,7 @@
   xmlns:f="http://java.sun.com/jsf/core"
   xmlns:h="http://java.sun.com/jsf/html">
 <f:view>
-  <head>
+  <h:head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <title>JBoss Seam Debug Page</title>
    <style type="text/css">
@@ -59,8 +59,8 @@
       }
    function foo() {}
    </script>
-  </head>
-  <body>
+  </h:head>
+  <h:body>
     <h1><h:outputLink value="#{facesContext.externalContext.request.requestURI}">JBoss Seam Debug Page</h:outputLink></h1>
     <div>
       This page allows you to browse and inspect components in any of the Seam
@@ -250,6 +250,6 @@
     </div>
     </f:subview>
 
-  </body>
+  </h:body>
 </f:view>
 </html>



More information about the seam-commits mailing list