[jboss-user] [JBoss Portal] - Re: Programmatic Portlet Resizing with JSF

2007-05-04 Thread [EMAIL PROTECTED]
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

[jboss-user] [JBoss Portal] - Re: Programmatic Portlet Resizing with JSF

2007-05-04 Thread 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? View the original post :

[jboss-user] [JBoss Portal] - Re: Programmatic Portlet Resizing with JSF

2007-05-04 Thread [EMAIL PROTECTED]
Is this what you need? PortletRequest req = (PortletRequest)FacesContext.getCurrentInstance().getExternalContext().getRequest(); WindowState state = req.getWindowState(); Stan http://jsf.jboss.com View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4043213#4043213