Author: nbelaevski
Date: 2008-09-05 12:27:48 -0400 (Fri, 05 Sep 2008)
New Revision: 10330
Modified:
trunk/samples/richfaces-demo/src/main/webapp/WEB-INF/faces-config.xml
trunk/samples/richfaces-demo/src/main/webapp/richfaces/paint2D/examples/painter.xhtml
Log:
https://jira.jboss.org/jira/browse/RF-3417
Modified: trunk/samples/richfaces-demo/src/main/webapp/WEB-INF/faces-config.xml
===================================================================
--- trunk/samples/richfaces-demo/src/main/webapp/WEB-INF/faces-config.xml 2008-09-05
16:25:45 UTC (rev 10329)
+++ trunk/samples/richfaces-demo/src/main/webapp/WEB-INF/faces-config.xml 2008-09-05
16:27:48 UTC (rev 10330)
@@ -195,7 +195,7 @@
<managed-property>
<property-name>color</property-name>
<property-class>long</property-class>
- <value>0</value>
+ <value>1000</value>
</managed-property>
<managed-property>
<property-name>scale</property-name>
Modified:
trunk/samples/richfaces-demo/src/main/webapp/richfaces/paint2D/examples/painter.xhtml
===================================================================
---
trunk/samples/richfaces-demo/src/main/webapp/richfaces/paint2D/examples/painter.xhtml 2008-09-05
16:25:45 UTC (rev 10329)
+++
trunk/samples/richfaces-demo/src/main/webapp/richfaces/paint2D/examples/painter.xhtml 2008-09-05
16:27:48 UTC (rev 10330)
@@ -23,6 +23,7 @@
showBoundaryValues="false" showToolTip="false"
value="#{paintData.color}" step="255" minValue="0"
maxValue="16000000">
+ <f:convertNumber groupingUsed="false" />
<a4j:support event="onchange" reRender=":painter" />
</rich:inputNumberSlider>