[richfaces-svn-commits] JBoss Rich Faces SVN: r967 - trunk/richfaces-samples/inputNumberSliderDemo/src/main/webapp/pages.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Thu May 31 13:40:36 EDT 2007


Author: nbelaevski
Date: 2007-05-31 13:40:35 -0400 (Thu, 31 May 2007)
New Revision: 967

Modified:
   trunk/richfaces-samples/inputNumberSliderDemo/src/main/webapp/pages/index.jsp
Log:
http://jira.jboss.com/jira/browse/RF-127 fixed

Modified: trunk/richfaces-samples/inputNumberSliderDemo/src/main/webapp/pages/index.jsp
===================================================================
--- trunk/richfaces-samples/inputNumberSliderDemo/src/main/webapp/pages/index.jsp	2007-05-31 17:40:29 UTC (rev 966)
+++ trunk/richfaces-samples/inputNumberSliderDemo/src/main/webapp/pages/index.jsp	2007-05-31 17:40:35 UTC (rev 967)
@@ -57,7 +57,7 @@
 				</f:verbatim>
 
 				<rich:inputNumberSlider showInput="true" showBoundaryValues="true" showToolTip="true"
-                    value="2.5" step="0.5" minValue="0.0" maxValue="10.0" />
+                    value="2.5" step="0.5" minValue="0.0" maxValue="10.0" inputSize="30" />
 
 				<f:verbatim>
 					<br />




More information about the richfaces-svn-commits mailing list