[gatein-commits] gatein SVN: r1592 - components/wsrp/trunk/admin-gui/src/main/webapp/jsf/consumers.

do-not-reply at jboss.org do-not-reply at jboss.org
Tue Feb 9 16:31:51 EST 2010


Author: wesleyhales
Date: 2010-02-09 16:31:51 -0500 (Tue, 09 Feb 2010)
New Revision: 1592

Modified:
   components/wsrp/trunk/admin-gui/src/main/webapp/jsf/consumers/editConsumer.xhtml
Log:
fix cancel button on wsrp consumer editor

Modified: components/wsrp/trunk/admin-gui/src/main/webapp/jsf/consumers/editConsumer.xhtml
===================================================================
--- components/wsrp/trunk/admin-gui/src/main/webapp/jsf/consumers/editConsumer.xhtml	2010-02-09 21:18:41 UTC (rev 1591)
+++ components/wsrp/trunk/admin-gui/src/main/webapp/jsf/consumers/editConsumer.xhtml	2010-02-09 21:31:51 UTC (rev 1592)
@@ -182,7 +182,7 @@
                                         value="#{i18n.edit_consumer_refresh}"
                                         title="#{i18n.edit_consumer_refresh_title}"/>
 
-                   <webui:commandButton action="#{consumer.listConsumers}"
+                   <webui:commandButton action="#{consumersMgr.listConsumers}"
                                         id="list-cons-link"
                                         value="#{i18n.edit_consumer_cancel}"
                                         immediate="true"/>



More information about the gatein-commits mailing list