[jboss-cvs] jboss-seam/src/debug/META-INF ...

Gavin King gavin.king at jboss.com
Tue Oct 17 10:40:31 EDT 2006


  User: gavin   
  Date: 06/10/17 10:40:31

  Modified:    src/debug/META-INF  debug.xhtml
  Log:
  fix
  
  Revision  Changes    Path
  1.9       +2 -1      jboss-seam/src/debug/META-INF/debug.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: debug.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/debug/META-INF/debug.xhtml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -b -r1.8 -r1.9
  --- debug.xhtml	18 Sep 2006 23:17:05 -0000	1.8
  +++ debug.xhtml	17 Oct 2006 14:40:31 -0000	1.9
  @@ -220,7 +220,8 @@
       </h2>
       <div id="stackTrace">
           Exception during #{org$jboss$seam$debug$phaseId}: #{org$jboss$seam$debug$contexts.exception.message}
  -        <pre>#{org$jboss$seam$debug$contexts.stackTrace}</pre>
  +        <pre><ui:repeat value="#{org$jboss$seam$debug$contexts.exception.stackTrace}" var="stackElement">
  +#{stackElement}</ui:repeat></pre>
       </div>
       </f:subview>
   
  
  
  



More information about the jboss-cvs-commits mailing list