[gatein-commits] gatein SVN: r5190 - portal/branches/branch-GTNPORTAL-1643/webui/portal/src/main/java/org/exoplatform/portal/webui/workspace.

do-not-reply at jboss.org do-not-reply at jboss.org
Sun Nov 21 19:29:23 EST 2010


Author: phuong_vu
Date: 2010-11-21 19:29:23 -0500 (Sun, 21 Nov 2010)
New Revision: 5190

Modified:
   portal/branches/branch-GTNPORTAL-1643/webui/portal/src/main/java/org/exoplatform/portal/webui/workspace/UIPortalApplicationLifecycle.java
Log:
GTNPORTAL-1564 [GTN]: Can not click Discard button on Sign In form when login with with user on other tab of browser

Modified: portal/branches/branch-GTNPORTAL-1643/webui/portal/src/main/java/org/exoplatform/portal/webui/workspace/UIPortalApplicationLifecycle.java
===================================================================
--- portal/branches/branch-GTNPORTAL-1643/webui/portal/src/main/java/org/exoplatform/portal/webui/workspace/UIPortalApplicationLifecycle.java	2010-11-19 22:29:29 UTC (rev 5189)
+++ portal/branches/branch-GTNPORTAL-1643/webui/portal/src/main/java/org/exoplatform/portal/webui/workspace/UIPortalApplicationLifecycle.java	2010-11-22 00:29:23 UTC (rev 5190)
@@ -44,7 +44,11 @@
          return;
       UIComponent uiTarget = uicomponent.findComponentById(componentId);
       if (uiTarget == null)
+      {
+         context.addUIComponentToUpdateByAjax(uicomponent.<UIComponent>getChildById(UIPortalApplication.UI_WORKING_WS_ID));
+         context.addUIComponentToUpdateByAjax(uicomponent.getChild(UIMaskWorkspace.class));
          return;
+      }
       if (uiTarget == uicomponent)
          super.processDecode(uicomponent, context);
       uiTarget.processDecode(context);



More information about the gatein-commits mailing list