[jboss-cvs] jboss-seam/seam-gen/view/layout ...

Gavin King gavin.king at jboss.com
Sat Nov 3 15:11:46 EDT 2007


  User: gavin   
  Date: 07/11/03 15:11:46

  Modified:    seam-gen/view/layout  edit.xhtml
  Log:
  simplify, and make it preview correctly in VE
  
  Revision  Changes    Path
  1.5       +1 -1      jboss-seam/seam-gen/view/layout/edit.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: edit.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/seam-gen/view/layout/edit.xhtml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- edit.xhtml	2 Nov 2007 09:35:52 -0000	1.4
  +++ edit.xhtml	3 Nov 2007 19:11:46 -0000	1.5
  @@ -17,7 +17,7 @@
               </s:validateAll>
           </span>
           
  -        <span class="#{invalid?'error':''}">
  +        <span class="error">
               <h:graphicImage value="/img/error.gif" rendered="#{invalid}" styleClass="errors"/>
               <s:message styleClass="errors"/>
           </span>        
  
  
  



More information about the jboss-cvs-commits mailing list