Set portlet window state in ActionURL does not work
---------------------------------------------------
Key: GTNPORTAL-1446
URL:
https://jira.jboss.org/browse/GTNPORTAL-1446
Project: GateIn Portal
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: PC integration
Affects Versions: 3.1.0-GA
Reporter: Trong Tran
Assignee: Matt Wringe
Fix For: 3.2.0-GA
I create an ActionURL and set its WindowState to minimized :
{code}
PortletURL actionURL = response.createActionURL();
actionURL.setWindowState(WindowState.MINIMIZED);
w.write("<p> Click <a href=\"" + actionURL.toString() +
"\">here</a> to set to MINIMIZED window state");
{code}
But it does not work. The portlet window state is still NORMAL one
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira