Author: ilya_shaikovsky
Date: 2010-10-27 11:42:20 -0400 (Wed, 27 Oct 2010)
New Revision: 19692
Modified:
trunk/examples/richfaces-showcase/src/main/webapp/richfaces/poll/samples/poll-sample.xhtml
Log:
https://jira.jboss.org/browse/RF-9543
Modified:
trunk/examples/richfaces-showcase/src/main/webapp/richfaces/poll/samples/poll-sample.xhtml
===================================================================
---
trunk/examples/richfaces-showcase/src/main/webapp/richfaces/poll/samples/poll-sample.xhtml 2010-10-27
15:23:56 UTC (rev 19691)
+++
trunk/examples/richfaces-showcase/src/main/webapp/richfaces/poll/samples/poll-sample.xhtml 2010-10-27
15:42:20 UTC (rev 19692)
@@ -6,7 +6,7 @@
xmlns:a4j="http://richfaces.org/a4j"
xmlns:rich="http://richfaces.org/rich">
<h:form>
- <a4j:poll id="poll" interval="1500"
enabled="#{pollBean.pollEnabled}"
+ <a4j:poll id="poll" interval="2000"
enabled="#{pollBean.pollEnabled}"
render="poll,grid" />
</h:form>