Unable to get portlet (channel) to maximize

Maybe I'm not understanding the concept, but when setting the WindowState to MAXIMIZED, isn't the portlet supposed to take up all of the container space?

Well, mine doesn't. I don't get an error, but the portlet doesn't seem to be able to switch states, although in Pluto is works just fine, in P7 it doesn't.

All of the code works, but when I have the portlet as either "thin" or "thick" or any other width value, it just stays the same size.

Any ideas?

[485 byte] By [barddzen] at [2007-11-26 6:20:56]
# 1
I have tried this in IPC.i can set my portlet window to maximized state after firing an event try this inside processAction() method:actionResponse.setWindowState(WindowState.MAXIMIZED)
thekkadath at 2007-7-6 14:06:11 > top of Java-index,Web & Directory Servers,Portal Servers...
# 2
I'm confused (as usual); it's working now. No idea why...
barddzen at 2007-7-6 14:06:11 > top of Java-index,Web & Directory Servers,Portal Servers...
# 3

you may want to look at these links

http://swforum.sun.com/jive/thread.jspa?threadID=64364&messageID=240632

http://docs-pdf.sun.com/819-2580/819-2580.pdf (Sun PS7.0 7 Developer抯 Guide Beta)

http://docs.sun.com/source/816-6758-10/ch6.html (PS 6.2 Dev Guide)

http://portals.apache.org/pluto/multiproject/portlet-api/apidocs/javax/portlet/ ActionResponse.html

HTH

thekkadath at 2007-7-6 14:06:11 > top of Java-index,Web & Directory Servers,Portal Servers...