[elvystrac] r1828 - 2.attempt.

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

Author: DavidK
Date: 2010-02-23 14:33:07 +0100 (Tue, 23 Feb 2010)
New Revision: 1828

Modified:
   
trunk/server/webServer2/WebContent/secured/components/layoutListComponent.xhtml
Log:
2.attempt.
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 13:17:47 UTC (rev 1827)
+++ 
trunk/server/webServer2/WebContent/secured/components/layoutListComponent.xhtml 
    2010-02-23 13:33:07 UTC (rev 1828)
@@ -222,7 +222,7 @@
                <!-- hidden refresh link -->
                <h:commandButton id="LayoutListComponentRefreshHiddenLink" 
                        image="/images/clearpixel.gif" 
-                       actionListener="#{LayoutListComponentBean.reload}"
+                       actionListener="#{layoutListComponentBean.reload}"
                        style="border: 0px;"
                        alt="refresh"
                        reRender="LayoutListForm" />


Other related posts:

  • » [elvystrac] r1828 - 2.attempt. - elvys