Author: ppitonak(a)redhat.com
Date: 2011-05-04 11:39:51 -0400 (Wed, 04 May 2011)
New Revision: 22465
Modified:
modules/tests/metamer/trunk/application/src/main/webapp/components/a4jActionListener/all.xhtml
Log:
sample for a4j:actionListener fixed
Modified:
modules/tests/metamer/trunk/application/src/main/webapp/components/a4jActionListener/all.xhtml
===================================================================
---
modules/tests/metamer/trunk/application/src/main/webapp/components/a4jActionListener/all.xhtml 2011-05-04
12:49:58 UTC (rev 22464)
+++
modules/tests/metamer/trunk/application/src/main/webapp/components/a4jActionListener/all.xhtml 2011-05-04
15:39:51 UTC (rev 22465)
@@ -47,7 +47,7 @@
<h:panelGrid columns="1">
<h:commandButton id="invokeByTypeButton" value="Invoke
listener by type">
- <a4j:actionListener
type="org.richfaces.tests.metamer.bean.A4JActionListenerBean$ActionListenerImpl"
/>
+ <a4j:actionListener
type="org.richfaces.tests.metamer.bean.a4j.A4JActionListenerBean$ActionListenerImpl"
/>
<f:ajax render="messages" />
</h:commandButton>