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

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Mon Sep 1 12:16:22 EDT 2008


Author: pete.muir at jboss.org
Date: 2008-09-01 12:16:22 -0400 (Mon, 01 Sep 2008)
New Revision: 8870

Modified:
   trunk/src/debug/META-INF/debug.xhtml
Log:
JBSEA-3354

Modified: trunk/src/debug/META-INF/debug.xhtml
===================================================================
--- trunk/src/debug/META-INF/debug.xhtml	2008-09-01 15:17:03 UTC (rev 8869)
+++ trunk/src/debug/META-INF/debug.xhtml	2008-09-01 16:16:22 UTC (rev 8870)
@@ -223,7 +223,7 @@
         Exception during request processing:
         <ui:repeat value="#{org.jboss.seam.debug.contexts.exceptionCauses}" var="exception">
         <div>
-        Caused by #{exception.class.name} with message: "#{exception.message}"
+        Caused by #{exception.class.name} with message: "#{exception.getMessage()}"
         <pre><ui:repeat value="#{exception.stackTrace}" var="stackElement">
 #{stackElement}</ui:repeat></pre>
         </div>




More information about the seam-commits mailing list