[jboss-cvs] jboss-seam/seam-ui-cdk/jboss-seam-ui/src/main/config/component ...

Peter Muir peter at bleepbleep.org.uk
Fri Mar 23 10:31:43 EDT 2007


  User: pmuir   
  Date: 07/03/23 10:31:43

  Modified:    seam-ui-cdk/jboss-seam-ui/src/main/config/component 
                        fileUpload.xml
  Log:
  CDK port improvements
  
  Revision  Changes    Path
  1.2       +2 -2      jboss-seam/seam-ui-cdk/jboss-seam-ui/src/main/config/component/fileUpload.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: fileUpload.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/seam-ui-cdk/jboss-seam-ui/src/main/config/component/fileUpload.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- fileUpload.xml	20 Mar 2007 17:58:58 -0000	1.1
  +++ fileUpload.xml	23 Mar 2007 14:31:43 -0000	1.2
  @@ -25,8 +25,8 @@
       
   The following configuration options for multipart requests may be configured in components.xml:
   
  -* createTempFiles — if this option is set to true, uploaded files are streamed to a temporary file instead of in memory.
  -* maxRequestSize — the maximum size of a file upload request, in bytes. 
  +* createTempFiles - if this option is set to true, uploaded files are streamed to a temporary file instead of in memory.
  +* maxRequestSize - the maximum size of a file upload request, in bytes. 
   
   Here's an example:
             
  
  
  



More information about the jboss-cvs-commits mailing list