Author: thomas.heute(a)jboss.com
Date: 2008-12-15 08:13:15 -0500 (Mon, 15 Dec 2008)
New Revision: 12381
Modified:
branches/JBoss_Portal_Branch_2_7/core/src/main/org/jboss/portal/core/controller/portlet/ControllerResponseFactory.java
Log:
JBPORTAL-2248: Action URL retained by client
Modified:
branches/JBoss_Portal_Branch_2_7/core/src/main/org/jboss/portal/core/controller/portlet/ControllerResponseFactory.java
===================================================================
---
branches/JBoss_Portal_Branch_2_7/core/src/main/org/jboss/portal/core/controller/portlet/ControllerResponseFactory.java 2008-12-13
06:41:52 UTC (rev 12380)
+++
branches/JBoss_Portal_Branch_2_7/core/src/main/org/jboss/portal/core/controller/portlet/ControllerResponseFactory.java 2008-12-15
13:13:15 UTC (rev 12381)
@@ -105,11 +105,8 @@
}
}
}
-
- parameters.putAll(renderResult.getPublicNavigationalStateUpdates());
return new PortletWindowActionResponse(targetId, windowState, mode,
ParametersStateString.create(parameters));
-// return new PortletWindowActionResponse(targetId, windowState, mode,
renderResult.getNavigationalState());
}
else
{
Show replies by date