Author: ilya_shaikovsky
Date: 2009-04-17 17:18:57 -0400 (Fri, 17 Apr 2009)
New Revision: 13665
Modified:
trunk/samples/richfaces-demo/src/main/webapp/richfaces/colorPicker/usage/sample.xhtml
Log:
sample improved after
https://jira.jboss.org/jira/browse/RF-6845 fix
Modified:
trunk/samples/richfaces-demo/src/main/webapp/richfaces/colorPicker/usage/sample.xhtml
===================================================================
---
trunk/samples/richfaces-demo/src/main/webapp/richfaces/colorPicker/usage/sample.xhtml 2009-04-17
20:57:56 UTC (rev 13664)
+++
trunk/samples/richfaces-demo/src/main/webapp/richfaces/colorPicker/usage/sample.xhtml 2009-04-17
21:18:57 UTC (rev 13665)
@@ -13,7 +13,7 @@
<h:panelGroup>
<h:outputText value="Change text color " />
<rich:colorPicker colorMode="hex"
value="#{paintData.color}">
- <a4j:support event="onsubmit" reRender="painter"/>
+ <a4j:support event="onchange" reRender="painter"/>
</rich:colorPicker>
</h:panelGroup>
</h:panelGrid>