[richfaces-svn-commits] JBoss Rich Faces SVN: r5963 - trunk/sandbox/samples/fileUploadDemo/src/main/webapp/pages.
richfaces-svn-commits at lists.jboss.org
richfaces-svn-commits at lists.jboss.org
Fri Feb 8 13:11:39 EST 2008
Author: andrei_exadel
Date: 2008-02-08 13:11:39 -0500 (Fri, 08 Feb 2008)
New Revision: 5963
Modified:
trunk/sandbox/samples/fileUploadDemo/src/main/webapp/pages/index.jsp
Log:
Modified: trunk/sandbox/samples/fileUploadDemo/src/main/webapp/pages/index.jsp
===================================================================
--- trunk/sandbox/samples/fileUploadDemo/src/main/webapp/pages/index.jsp 2008-02-08 18:11:18 UTC (rev 5962)
+++ trunk/sandbox/samples/fileUploadDemo/src/main/webapp/pages/index.jsp 2008-02-08 18:11:39 UTC (rev 5963)
@@ -13,7 +13,7 @@
<h:form>
<fu:fileUpload data="#{bean.data}">
<f:facet name="progress">
- <progressBar:progressBar style="height: 10px; width: 300px;">
+ <progressBar:progressBar style="height: 10px; width: 300px;" maxValue="101" minValue="-1">
</progressBar:progressBar>
</f:facet>
</fu:fileUpload><br/><br/><br/>
More information about the richfaces-svn-commits
mailing list