Author: julien(a)jboss.com
Date: 2007-02-22 10:33:32 -0500 (Thu, 22 Feb 2007)
New Revision: 6377
Modified:
branches/JBoss_Portal_Branch_2_4/core/src/main/org/jboss/portal/core/cms/CMSObjectCommandFactory.java
Log:
JBPORTAL-538 : packport of "CMSPortlet displays only in default page when link is
clicked on a different page."
Modified:
branches/JBoss_Portal_Branch_2_4/core/src/main/org/jboss/portal/core/cms/CMSObjectCommandFactory.java
===================================================================
---
branches/JBoss_Portal_Branch_2_4/core/src/main/org/jboss/portal/core/cms/CMSObjectCommandFactory.java 2007-02-22
13:53:56 UTC (rev 6376)
+++
branches/JBoss_Portal_Branch_2_4/core/src/main/org/jboss/portal/core/cms/CMSObjectCommandFactory.java 2007-02-22
15:33:32 UTC (rev 6377)
@@ -49,9 +49,6 @@
protected CMS CMSService;
/** . */
- protected String targetWindowRef;
-
- /** . */
public static String TARGET_WINDOW_REF;
public CMS getCMSService()
@@ -123,7 +120,7 @@
parameters.setValue("path", portalRequestPath);
// Perform a render URL on the target window
- return new InvokeWindowRenderCommand(targetWindowRef, Mode.VIEW, null,
parameters);
+ return new InvokeWindowRenderCommand(TARGET_WINDOW_REF, Mode.VIEW,
null, parameters);
}
}
}
Show replies by date