Hello every!
I m developing portlets on liferay portal using icefaces, i want to hide/view the portlet programmaticaly from an action written in my managed bean. so please help me ASAP?
Thanks in advance...
Hello every!
I m developing portlets on liferay portal using icefaces, i want to hide/view the portlet programmaticaly from an action written in my managed bean. so please help me ASAP?
Thanks in advance...
You can invoke the method
ActionResponse.setWindowState(WindowState.MINIMIZED)
from an action of your portlets.
When talking about actions, I am referring to the ActionResponse and EventResponse classes of the portlets API.