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

Shane Bryzak Shane_Bryzak at symantec.com
Sat Feb 10 02:56:09 EST 2007


  User: sbryzak2
  Date: 07/02/10 02:56:09

  Modified:    src/ui/META-INF   faces-config.xml taglib.tld
  Log:
  support file size value binding for file uploads
  
  Revision  Changes    Path
  1.34      +5 -1      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.33
  retrieving revision 1.34
  diff -u -b -r1.33 -r1.34
  --- faces-config.xml	8 Feb 2007 13:32:45 -0000	1.33
  +++ faces-config.xml	10 Feb 2007 07:56:09 -0000	1.34
  @@ -522,6 +522,10 @@
               <property-class>java.lang.String</property-class>
           </property>
           <property>
  +            <property-name>fileSize</property-name>
  +            <property-class>java.lang.String</property-class>
  +        </property>
  +        <property>
               <property-name>accept</property-name>
               <property-class>java.lang.String</property-class>
           </property>
  
  
  
  1.33      +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.32
  retrieving revision 1.33
  diff -u -b -r1.32 -r1.33
  --- taglib.tld	8 Feb 2007 13:32:45 -0000	1.32
  +++ taglib.tld	10 Feb 2007 07:56:09 -0000	1.33
  @@ -960,6 +960,12 @@
         <description>value binding for the file name</description>
       </attribute>
       <attribute>
  +      <name>fileSize</name>
  +      <required>false</required>
  +      <rtexprvalue>true</rtexprvalue>
  +      <description>value binding for the file name</description>
  +    </attribute>    
  +    <attribute>
         <name>contentType</name>
         <required>false</required>
         <rtexprvalue>true</rtexprvalue>
  
  
  



More information about the jboss-cvs-commits mailing list