[elvystrac] r1827 - fixed refreshing of list of layout from hidden field on close of popup window

  • From: elvys@xxxxxxxxxxxxxxxxxxxxxx
  • To: elvystrac@xxxxxxxxxxxxx
  • Date: Tue, 23 Feb 2010 14:17:47 +0100

Author: DavidK
Date: 2010-02-23 14:17:47 +0100 (Tue, 23 Feb 2010)
New Revision: 1827

Modified:
   
trunk/server/webServer2/WebContent/secured/components/layoutListComponent.xhtml
Log:
fixed refreshing of list of layout from hidden field on close of popup window

Modified: 
trunk/server/webServer2/WebContent/secured/components/layoutListComponent.xhtml
===================================================================
--- 
trunk/server/webServer2/WebContent/secured/components/layoutListComponent.xhtml 
    2010-02-23 12:49:00 UTC (rev 1826)
+++ 
trunk/server/webServer2/WebContent/secured/components/layoutListComponent.xhtml 
    2010-02-23 13:17:47 UTC (rev 1827)
@@ -222,7 +222,7 @@
                <!-- hidden refresh link -->
                <h:commandButton id="LayoutListComponentRefreshHiddenLink" 
                        image="/images/clearpixel.gif" 
-                       actionListener="#{layoutListBean.reload}"
+                       actionListener="#{LayoutListComponentBean.reload}"
                        style="border: 0px;"
                        alt="refresh"
                        reRender="LayoutListForm" />


Other related posts:

  • » [elvystrac] r1827 - fixed refreshing of list of layout from hidden field on close of popup window - elvys