3 Replies Latest reply on May 4, 2007 10:24 AM by ssilvert

    Programmatic Portlet Resizing with JSF

    jgilbert

      How do I programmatically resize a JSF/Seam based portlet? As far as I can tell I don't have access to the actionUrl from within a managed bean.

      I suspect that adding a param to my commands wont work.

      <h:commandButton ...>
       <f:param name="windowState" value="maximized"/>
      </h:commandButton>