Author: nbelaevski
Date: 2008-09-05 12:25:45 -0400 (Fri, 05 Sep 2008)
New Revision: 10329
Modified:
branches/3.2.x/samples/richfaces-demo/src/main/webapp/WEB-INF/faces-config.xml
branches/3.2.x/samples/richfaces-demo/src/main/webapp/richfaces/paint2D/examples/painter.xhtml
Log:
https://jira.jboss.org/jira/browse/RF-3417
Modified: branches/3.2.x/samples/richfaces-demo/src/main/webapp/WEB-INF/faces-config.xml
===================================================================
---
branches/3.2.x/samples/richfaces-demo/src/main/webapp/WEB-INF/faces-config.xml 2008-09-05
16:01:19 UTC (rev 10328)
+++
branches/3.2.x/samples/richfaces-demo/src/main/webapp/WEB-INF/faces-config.xml 2008-09-05
16:25:45 UTC (rev 10329)
@@ -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:
branches/3.2.x/samples/richfaces-demo/src/main/webapp/richfaces/paint2D/examples/painter.xhtml
===================================================================
---
branches/3.2.x/samples/richfaces-demo/src/main/webapp/richfaces/paint2D/examples/painter.xhtml 2008-09-05
16:01:19 UTC (rev 10328)
+++
branches/3.2.x/samples/richfaces-demo/src/main/webapp/richfaces/paint2D/examples/painter.xhtml 2008-09-05
16:25:45 UTC (rev 10329)
@@ -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>