This content has been marked as final. 
    
Show                 3 replies
    
- 
        1. Re: Programmatic Portlet Resizing with JSFjulien1 May 4, 2007 8:11 AM (in response to jgilbert)it's a good question, I think we don't have an answer yet for that. 
 The way you are thinking about doing it, indeed will proabably not work because of the action value parameter in the link that tells if the URL contains a window state or not.
 I think that the solution lies in the portlet bridge.
- 
        2. Re: Programmatic Portlet Resizing with JSFjgilbert May 4, 2007 9:25 AM (in response to jgilbert)thanks. 
 are you referring to the org.apache.portals.bridges? We are already using the portlet filter provided by this.
 alternatively, how would I create a link in one portlet to launch into another portlet that is maximized?
- 
        3. Re: Programmatic Portlet Resizing with JSFssilvert May 4, 2007 10:24 AM (in response to jgilbert)Is this what you need? 
 PortletRequest req = (PortletRequest)FacesContext.getCurrentInstance().getExternalContext().getRequest();
 WindowState state = req.getWindowState();
 Stan
 http://jsf.jboss.com
 
     
    