Author: chris.laprun(a)jboss.com
Date: 2009-01-19 06:49:57 -0500 (Mon, 19 Jan 2009)
New Revision: 12547
Modified:
modules/portlet/trunk/build/pom.xml
modules/portlet/trunk/samples/src/main/java/org/jboss/portal/portlet/samples/remotecontroller/RemoteControllerPortlet.java
Log:
- Potential fix on remote portlet opening new Portal pages... NOT TESTED.
- Use common 1.2.3.
- Should upgrade other modules as well to follow release.
Modified: modules/portlet/trunk/build/pom.xml
===================================================================
--- modules/portlet/trunk/build/pom.xml 2009-01-16 21:07:37 UTC (rev 12546)
+++ modules/portlet/trunk/build/pom.xml 2009-01-19 11:49:57 UTC (rev 12547)
@@ -33,7 +33,7 @@
<version.jboss-logging>2.0.4.GA</version.jboss-logging>
<version.jbossxb>2.0.0.CR8</version.jbossxb>
<version.jboss-remoting>2.2.1.GA</version.jboss-remoting>
-
<version.jboss.portal.common>trunk-SNAPSHOT</version.jboss.portal.common>
+ <version.jboss.portal.common>1.2.3</version.jboss.portal.common>
<version.jboss.portal.web>1.2.2</version.jboss.portal.web>
<version.jboss.unit>1.2.1</version.jboss.unit>
<version.log4j>1.2.14</version.log4j>
Modified:
modules/portlet/trunk/samples/src/main/java/org/jboss/portal/portlet/samples/remotecontroller/RemoteControllerPortlet.java
===================================================================
---
modules/portlet/trunk/samples/src/main/java/org/jboss/portal/portlet/samples/remotecontroller/RemoteControllerPortlet.java 2009-01-16
21:07:37 UTC (rev 12546)
+++
modules/portlet/trunk/samples/src/main/java/org/jboss/portal/portlet/samples/remotecontroller/RemoteControllerPortlet.java 2009-01-19
11:49:57 UTC (rev 12547)
@@ -43,7 +43,7 @@
"function " + namespace + "_openRemote_new(url){" +
- //"this.window.name='" + namespace +
"_parent';\n" +
+ "this.window.name='" + namespace +
"_parent';\n" +
"if (!"+ remoteWindowName +".closed){"+
"if (" + remoteWindowName +".location) {\n" +
remoteWindowName +".location.reload(true);\n" +
Show replies by date