Author: alexsmirnov
Date: 2008-03-21 14:20:16 -0400 (Fri, 21 Mar 2008)
New Revision: 7083
Modified:
trunk/samples/richfaces-demo/src/main/webapp/WEB-INF/faces-config.xml
Log:
fix paint2d sample
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-03-21
18:08:52 UTC (rev 7082)
+++ trunk/samples/richfaces-demo/src/main/webapp/WEB-INF/faces-config.xml 2008-03-21
18:20:16 UTC (rev 7083)
@@ -154,7 +154,7 @@
<managed-bean-scope>request</managed-bean-scope>
<managed-property>
<property-name>color</property-name>
- <property-class>int</property-class>
+ <property-class>long</property-class>
<value>1000</value>
</managed-property>
<managed-property>
Show replies by date