Author: lfryc(a)redhat.com
Date: 2011-02-05 09:48:44 -0500 (Sat, 05 Feb 2011)
New Revision: 21478
Modified:
modules/tests/metamer/trunk/application/src/main/webapp/components/a4jPoll/simple.xhtml
Log:
fixed rendering on a4j:poll sample (RF-10360, RF-10359)
Modified:
modules/tests/metamer/trunk/application/src/main/webapp/components/a4jPoll/simple.xhtml
===================================================================
---
modules/tests/metamer/trunk/application/src/main/webapp/components/a4jPoll/simple.xhtml 2011-02-05
00:06:07 UTC (rev 21477)
+++
modules/tests/metamer/trunk/application/src/main/webapp/components/a4jPoll/simple.xhtml 2011-02-05
14:48:44 UTC (rev 21478)
@@ -58,12 +58,11 @@
onbegin="#{rich:element('timeWatcher:grid')}.begin();
#{a4jPollBean.attributes['onbegin'].value}"
oncomplete="#{rich:element('timeWatcher:grid')}.complete();
#{a4jPollBean.attributes['oncomplete'].value}"
ontimer="#{rich:element('timeWatcher:grid')}.event();
#{rich:element('timeWatcher:grid')}.difference();
#{a4jPollBean.attributes['ontimer'].value}"
-
render="#{a4jPollBean.attributes['render'].value}"
+ render="#{a4jPollBean.attributes['render'].value}
output"
rendered="#{a4jPollBean.attributes['rendered'].value}"
status="#{a4jPollBean.attributes['status'].value}"
value="#{a4jPollBean.attributes['value'].value}"
- <a4j:ajax event="timer"
render="output" />
</a4j:poll>
</h:panelGroup>