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

Gavin King gavin.king at jboss.com
Sun Mar 18 19:09:18 EDT 2007


  User: gavin   
  Date: 07/03/18 19:09:18

  Modified:    seam-gen/view/layout  template.xhtml
  Log:
  use s:decorateAll in seam-gen
  
  Revision  Changes    Path
  1.10      +9 -4      jboss-seam/seam-gen/view/layout/template.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: template.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/seam-gen/view/layout/template.xhtml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -b -r1.9 -r1.10
  --- template.xhtml	9 Mar 2007 23:55:07 -0000	1.9
  +++ template.xhtml	18 Mar 2007 23:09:18 -0000	1.10
  @@ -22,8 +22,13 @@
           <f:facet name="aroundInvalidField">
               <s:span styleClass="errors"/>
           </f:facet>
  -        <f:facet name="afterInvalidField">
  -            <s:span>&#160;<s:message/></s:span>
  +        
  +        <f:facet name="afterRequiredLabel">
  +            <s:span styleClass="required">*</s:span>
  +        </f:facet>
  +        
  +        <f:facet name="message">
  +            <s:message styleClass="errors"/>
           </f:facet>
   
   		<ui:insert name="body"/>
  
  
  



More information about the jboss-cvs-commits mailing list