it is not really my problem :p because i don't want to change the content of the page depending on the windowstate but i want to change the entire page.
if portlet is in state normal: i render page1.jsp if portlet is in state maximized: i render page2.jsp (=> i realised this with a DefaultViewSelector) then, i can have a commandbutton on my page "page1.jsp". if i click on it, i have to go to the page "page3.jsp" (navigation rules) and this page have to render in state maximized. the only way to change the windowstate is in the Actionresponse (actionresponse.setWindowState(...)) but i don't think it is the good way to do this. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3939442#3939442 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3939442 ------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
