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

Gavin King gavin.king at jboss.com
Mon Sep 18 19:17:05 EDT 2006


  User: gavin   
  Date: 06/09/18 19:17:05

  Modified:    src/debug/META-INF  debug.xhtml
  Log:
  fix JBSEAM-309
  
  Revision  Changes    Path
  1.8       +1 -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.7
  retrieving revision 1.8
  diff -u -b -r1.7 -r1.8
  --- debug.xhtml	1 Jul 2006 12:38:48 -0000	1.7
  +++ debug.xhtml	18 Sep 2006 23:17:05 -0000	1.8
  @@ -115,7 +115,7 @@
           #{attribute.name}
         </h:column>
         <h:column>
  -        #{attribute.value}
  +        #{attribute.stringValue}
         </h:column>
       </h:dataTable>
       </div>
  
  
  



More information about the jboss-cvs-commits mailing list