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

Shane Bryzak sbryzak at redhat.com
Mon Feb 19 12:14:13 EST 2007


  User: sbryzak2
  Date: 07/02/19 12:14:13

  Modified:    src/ui/META-INF   faces-config.xml taglib.tld
  Log:
  JBSEAM-763
  
  Revision  Changes    Path
  1.35      +4 -0      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.34
  retrieving revision 1.35
  diff -u -b -r1.34 -r1.35
  --- faces-config.xml	10 Feb 2007 07:56:09 -0000	1.34
  +++ faces-config.xml	19 Feb 2007 17:14:13 -0000	1.35
  @@ -466,6 +466,10 @@
               <property-name>for</property-name>
               <property-class>java.lang.String</property-class>
           </property>
  +        <property>
  +            <property-name>defaultCss</property-name>
  +            <property-class>boolean</property-class>
  +        </property>
       </component>
   
       <component>
  
  
  
  1.34      +6 -0      jboss-seam/src/ui/META-INF/taglib.tld
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: taglib.tld
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/ui/META-INF/taglib.tld,v
  retrieving revision 1.33
  retrieving revision 1.34
  diff -u -b -r1.33 -r1.34
  --- taglib.tld	10 Feb 2007 07:56:09 -0000	1.33
  +++ taglib.tld	19 Feb 2007 17:14:13 -0000	1.34
  @@ -876,6 +876,12 @@
         <rtexprvalue>false</rtexprvalue>
         <description>the field identifier of the input item to pick a date for</description>
       </attribute>
  +    <attribute>
  +      <name>defaultCss</name>
  +      <required>false</required>
  +      <rtexprvalue>false</rtexprvalue>
  +      <description>Set to true to include a default css stylesheet for this control</description>
  +    </attribute>
     </tag>
   
     <tag>
  
  
  



More information about the jboss-cvs-commits mailing list