[richfaces-svn-commits] JBoss Rich Faces SVN: r6255 - trunk/sandbox/ui/fileUpload/src/main/templates/org/richfaces.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Thu Feb 21 10:43:05 EST 2008


Author: andrei_exadel
Date: 2008-02-21 10:43:05 -0500 (Thu, 21 Feb 2008)
New Revision: 6255

Modified:
   trunk/sandbox/ui/fileUpload/src/main/templates/org/richfaces/fileUpload.jspx
Log:
fix max files count attr

Modified: trunk/sandbox/ui/fileUpload/src/main/templates/org/richfaces/fileUpload.jspx
===================================================================
--- trunk/sandbox/ui/fileUpload/src/main/templates/org/richfaces/fileUpload.jspx	2008-02-21 15:35:22 UTC (rev 6254)
+++ trunk/sandbox/ui/fileUpload/src/main/templates/org/richfaces/fileUpload.jspx	2008-02-21 15:43:05 UTC (rev 6255)
@@ -158,7 +158,7 @@
 						onerror : #{this:getAsEventHandler(context, component, "onerror")}
 						};
 
-			new FileUpload('#{clientId}', #{this:getStopScript(context, component)}, #{this:getFileSizeScript(context, component)} ,'#{this:getProgressBarId(context, component)}', FileUpload.CLASSES, #{this:getLabelMarkup(context, component)}, '#{component.attributes["maxFiles"]}', events, #{component.attributes["disabled"]});
+			new FileUpload('#{clientId}', #{this:getStopScript(context, component)}, #{this:getFileSizeScript(context, component)} ,'#{this:getProgressBarId(context, component)}', FileUpload.CLASSES, #{this:getLabelMarkup(context, component)}, '#{component.attributes["maxFilesQuantity"]}', events, #{component.attributes["disabled"]});
 		</script>
 	</span>
 	




More information about the richfaces-svn-commits mailing list