Author: ilya_shaikovsky
Date: 2008-05-20 08:52:30 -0400 (Tue, 20 May 2008)
New Revision: 8654
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:
http://jira.jboss.com/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-05-20
12:50:23 UTC (rev 8653)
+++ trunk/samples/richfaces-demo/src/main/webapp/WEB-INF/faces-config.xml 2008-05-20
12:52:30 UTC (rev 8654)
@@ -150,12 +150,12 @@
<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>
<property-class>float</property-class>
- <value>0</value>
+ <value>2</value>
</managed-property>
<managed-property>
<property-name>text</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-05-20
12:50:23 UTC (rev 8653)
+++
trunk/samples/richfaces-demo/src/main/webapp/richfaces/paint2D/examples/painter.xhtml 2008-05-20
12:52:30 UTC (rev 8654)
@@ -24,7 +24,6 @@
value="#{paintData.color}" step="255" minValue="0"
maxValue="16000000">
<a4j:support event="onchange" reRender=":painter" />
- <f:convertNumber />
</rich:inputNumberSlider>
</h:panelGroup>
@@ -35,7 +34,6 @@
showBoundaryValues="false" showToolTip="false"
value="#{paintData.scale}" step="0.5" minValue="0"
maxValue="3">
<a4j:support event="onchange" reRender=":painter" />
- <f:convertNumber />
</rich:inputNumberSlider>
</h:panelGroup>