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

Gavin King gavin.king at jboss.com
Sun Mar 18 00:22:28 EDT 2007


  User: gavin   
  Date: 07/03/18 00:22:28

  Modified:    src/ui/META-INF   faces-config.xml seam-ui.taglib.xml
  Log:
  s:decorateAll
  
  Revision  Changes    Path
  1.44      +2 -2      jboss-seam/src/ui/META-INF/faces-config.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: faces-config.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/ui/META-INF/faces-config.xml,v
  retrieving revision 1.43
  retrieving revision 1.44
  diff -u -b -r1.43 -r1.44
  --- faces-config.xml	15 Mar 2007 12:28:28 -0000	1.43
  +++ faces-config.xml	18 Mar 2007 04:22:28 -0000	1.44
  @@ -480,8 +480,8 @@
     </property>
    </component>
     <component>
  -  <component-type>org.jboss.seam.ui.HtmlLayoutForm</component-type>
  -  <component-class>org.jboss.seam.ui.HtmlLayoutForm</component-class>
  +  <component-type>org.jboss.seam.ui.UIDecorateAll</component-type>
  +  <component-class>org.jboss.seam.ui.UIDecorateAll</component-class>
     <property>
      <property-name>styleClass</property-name>
      <property-class>java.lang.String</property-class>
  
  
  
  1.9       +2 -2      jboss-seam/src/ui/META-INF/seam-ui.taglib.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: seam-ui.taglib.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/ui/META-INF/seam-ui.taglib.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -b -r1.8 -r1.9
  --- seam-ui.taglib.xml	15 Mar 2007 12:28:28 -0000	1.8
  +++ seam-ui.taglib.xml	18 Mar 2007 04:22:28 -0000	1.9
  @@ -98,9 +98,9 @@
       </tag>
       
       <tag>
  -        <tag-name>layoutForm</tag-name>
  +        <tag-name>decorateAll</tag-name>
           <component>
  -            <component-type>org.jboss.seam.ui.HtmlLayoutForm</component-type>
  +            <component-type>org.jboss.seam.ui.UIDecorateAll</component-type>
           </component>
       </tag>
   
  
  
  



More information about the jboss-cvs-commits mailing list