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

Shane Bryzak sbryzak at redhat.com
Tue Mar 13 09:58:37 EDT 2007


  User: sbryzak2
  Date: 07/03/13 09:58:37

  Modified:    src/ui/META-INF   faces-config.xml taglib.tld
  Log:
  updated with new selectDate attributes
  
  Revision  Changes    Path
  1.41      +12 -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.40
  retrieving revision 1.41
  diff -u -b -r1.40 -r1.41
  --- faces-config.xml	6 Mar 2007 15:21:11 -0000	1.40
  +++ faces-config.xml	13 Mar 2007 13:58:37 -0000	1.41
  @@ -494,6 +494,18 @@
      <property-name>for</property-name>
      <property-class>java.lang.String</property-class>
     </property>
  +  <property>
  +    <property-name>dateFormat</property-name>
  +    <property-class>java.lang.String</property-class>
  +  </property>
  +  <property>
  +    <property-name>startYear</property-name>
  +    <property-class>java.lang.Integer</property-class>
  +  </property>
  +  <property>
  +    <property-name>endYear</property-name>
  +    <property-class>java.lang.Integer</property-class>
  +  </property>    
    </component>
    <component>
     <component-type>org.jboss.seam.ui.EnumItem</component-type>
  
  
  
  1.38      +12 -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.37
  retrieving revision 1.38
  diff -u -b -r1.37 -r1.38
  --- taglib.tld	12 Mar 2007 15:37:48 -0000	1.37
  +++ taglib.tld	13 Mar 2007 13:58:37 -0000	1.38
  @@ -882,6 +882,18 @@
         <rtexprvalue>false</rtexprvalue>
         <description>the date format</description>
       </attribute>
  +    <attribute>
  +      <name>startYear</name>
  +      <required>false</required>
  +      <rtexprvalue>false</rtexprvalue>
  +      <description>the start year</description>
  +    </attribute>
  +    <attribute>
  +      <name>endYear</name>
  +      <required>false</required>
  +      <rtexprvalue>false</rtexprvalue>
  +      <description>the end year</description>
  +    </attribute>
     </tag>
   
     <tag>
  
  
  



More information about the jboss-cvs-commits mailing list