Hello everybody,
I am building a weather portlet. I want the portlet to change the window state to maximum
when it change to edit portlet mode.
So i did as following in doEdit method :
PortletURL portletURL = response.createActionURL();
portletURL.setWindowState(WindowState.MAXIMIZED);
There have not any exception but  the window state have not been changed.
But when i use portlet taglib
<portlet:actionURL windowState="MAXIMIZED">           
</portlet:actionURL>
in jsp file. The window state have not been changed.
Is this a bug ?
Viet Trieu


Yahoo! Sports
Rekindle the Rivalries. Sign up for Fantasy Football

Reply via email to