[gatein-issues] [JBoss JIRA] Updated: (GTNPORTAL-1446) Setting of portlet window state does not work

Trong Tran (JIRA) jira-events at lists.jboss.org
Fri Aug 27 00:43:12 EDT 2010


     [ https://jira.jboss.org/browse/GTNPORTAL-1446?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Trong Tran updated GTNPORTAL-1446:
----------------------------------

        Summary: Setting of portlet window state does not work  (was: Set portlet window state in ActionURL does not work)
    Description: 
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 after clicking on the action link, it does not change to MINIMIZED window state.

Moreover, it also does not work if we set a portlet window state in processAction of a portlet.

  was:
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



> Setting of portlet window state 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 after clicking on the action link, it does not change to MINIMIZED window state.
> Moreover, it also does not work if we set a portlet window state in processAction of a portlet.

-- 
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

        


More information about the gatein-issues mailing list