[seam-commits] Seam SVN: r7991 - trunk/src/debug/META-INF.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Mon Apr 21 00:09:54 EDT 2008


Author: dan.j.allen
Date: 2008-04-21 00:09:54 -0400 (Mon, 21 Apr 2008)
New Revision: 7991

Modified:
   trunk/src/debug/META-INF/debug.xhtml
Log:
JBSEAM-1370


Modified: trunk/src/debug/META-INF/debug.xhtml
===================================================================
--- trunk/src/debug/META-INF/debug.xhtml	2008-04-21 02:56:06 UTC (rev 7990)
+++ trunk/src/debug/META-INF/debug.xhtml	2008-04-21 04:09:54 UTC (rev 7991)
@@ -12,6 +12,7 @@
       body, div, span, td, th, caption { font-family: 'Trebuchet MS', Verdana, Arial, Sans-Serif; font-size: small; }
       ul, li, pre { padding: 0; margin: 0; }
       h1 { color: #090; }
+      h1 a { text-decoration: none; color: #090; }
       h2, h2 span { font-size: large; color: #339; }
       h2 a { text-decoration: none; color: #339; }
       pre { padding: 8px; margin: 10px 0; border: 1px solid #CCC; background-color: #f9f9f9;  }
@@ -52,7 +53,7 @@
    </script>
   </head>
   <body>
-    <h1>JBoss Seam Debug Page</h1>
+    <h1><h:outputLink value="#{facesContext.externalContext.request.requestURI}">JBoss Seam Debug Page</h:outputLink></h1>
     <div>
       This page allows you to view and inspect any component in any Seam context
       associated with the current session.
@@ -232,4 +233,4 @@
 
   </body>
 </f:view>
-</html>
\ No newline at end of file
+</html>




More information about the seam-commits mailing list