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

Shane Bryzak sbryzak at redhat.com
Tue Mar 13 20:10:25 EDT 2007


  User: sbryzak2
  Date: 07/03/13 20:10:25

  Modified:    src/ui/META-INF   faces-config.xml taglib.tld
  Log:
  JBSEAM-1038
  
  Revision  Changes    Path
  1.42      +8 -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.41
  retrieving revision 1.42
  diff -u -b -r1.41 -r1.42
  --- faces-config.xml	13 Mar 2007 13:58:37 -0000	1.41
  +++ faces-config.xml	14 Mar 2007 00:10:25 -0000	1.42
  @@ -566,6 +566,14 @@
      <property-name>accept</property-name>
      <property-class>java.lang.String</property-class>
     </property>
  +  <property>
  +   <property-name>styleClass</property-name>
  +   <property-class>java.lang.String</property-class>
  +  </property>
  +  <property>
  +   <property-name>style</property-name>
  +   <property-class>java.lang.String</property-class>
  +  </property>
    </component>
    <converter>
     <converter-for-class>java.util.Date</converter-for-class>
  
  
  
  1.39      +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.38
  retrieving revision 1.39
  diff -u -b -r1.38 -r1.39
  --- taglib.tld	13 Mar 2007 13:58:37 -0000	1.38
  +++ taglib.tld	14 Mar 2007 00:10:25 -0000	1.39
  @@ -995,6 +995,18 @@
         <rtexprvalue>true</rtexprvalue>
         <description>acceptable content types for the file</description>
       </attribute>
  +    <attribute>
  +      <name>styleClass</name>
  +      <required>false</required>
  +      <rtexprvalue>true</rtexprvalue>
  +      <description>css style class of the file upload control</description>
  +    </attribute>
  +    <attribute>
  +      <name>style</name>
  +      <required>false</required>
  +      <rtexprvalue>true</rtexprvalue>
  +      <description>style attributes of the file upload control</description>
  +    </attribute>
     </tag>
     
      <tag>
  
  
  



More information about the jboss-cvs-commits mailing list