Author: lfryc(a)redhat.com
Date: 2011-02-15 10:53:11 -0500 (Tue, 15 Feb 2011)
New Revision: 21670
Modified:
modules/tests/metamer/trunk/application/src/main/webapp/components/a4jQueue/globalQueue.xhtml
Log:
replaced wrong action binding in a4j:queue sample
Modified:
modules/tests/metamer/trunk/application/src/main/webapp/components/a4jQueue/globalQueue.xhtml
===================================================================
---
modules/tests/metamer/trunk/application/src/main/webapp/components/a4jQueue/globalQueue.xhtml 2011-02-15
15:49:06 UTC (rev 21669)
+++
modules/tests/metamer/trunk/application/src/main/webapp/components/a4jQueue/globalQueue.xhtml 2011-02-15
15:53:11 UTC (rev 21670)
@@ -76,7 +76,7 @@
</h:inputText>
<h:outputText value="Click here:" />
- <h:commandButton id="actionButton"
value="Action" action="#{a4jQueueBean.increment}"
+ <h:commandButton id="actionButton"
value="Action" action="#{richBean.dummyAction}"
onclick="add(#{rich:element('events1')});
#{rich:element('timeWatcher:grid')}.event();">
<a4j:ajax onbegin="add(#{rich:element('requests')});
#{rich:element('timeWatcher:grid')}.begin(); "
oncomplete="#{rich:element('timeWatcher:grid')}.complete();
#{rich:element('timeWatcher:grid')}.difference(); "
Show replies by date