aspose file tools
The moose likes Portals and Portlets and the fly likes setting portlet window state Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Portals and Portlets
Reply Bookmark "setting portlet window state" Watch "setting portlet window state" New topic
Author

setting portlet window state

Pardha Akalamkam
Greenhorn

Joined: Mar 17, 2003
Posts: 10
Hi
I am passing a window state parameter through actionURL (windowState="maximized") and able to see the state in process action method(request.getWindowState()). I am also setting state in response object(response.setWindowState(request.getWindowState())).

But in before rendering in DoView(RenderRequest, RenderResponse) I am not finding any method to set the window state again.
Can anybody suggest how to set(change) the window state by getting the parameter in the actionURL.
I am new to portlets, that is why this simple question

Pardha
 
I agree. Here's the link: http://zeroturnaround.com/jrebel/download
 
subject: setting portlet window state
 
Similar Threads
Calling Servlet from Java application
Portlet Cacheability Levels
portlet:actionURL-please help
Solo state in Portal server
Set the window state to maximed by default