Pham Tuan Minh wrote:
Hi,
I set window state of portlet use setWindowState() function, but the portlet
allway initialize with normal window state. What is the wrong ? Do I lack any
thing ?
Please, help me. Thanks.
There are code lines which I use:
public void processAction(ActionRequest request, ActionResponse response)
throws PortletException, IOException
{
response.setWindowState(javax.portlet.WindowState.MAXIMIZED);
}
Your action won't be called by the portal during the initial render,
this won't work for setting your initial state
mu baosen <[EMAIL PROTECTED]> wrote: Hello,
everyone.
Can a portlet window be initialized with maximized window state? Where to
configure this?
There has been talk about adding that feature to the PSML, and there may
even be a JIRA issue, but AFAIK Im sorry but its not supported
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]