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 :
when it change to edit portlet mode.
So i did as following in doEdit method :
PortletURL portletURL = response.createActionURL();
portletURL.setWindowState(WindowState.MAXIMIZED);
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.
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.
Viet Trieu.
Yahoo! Mail Mobile
Take Yahoo! Mail with you! Check email on your mobile phone.
