I have created a grails liferay portlet. I need to dynamically show/hide portlets in certain pages through IPC events.
For example based on my first page's submit action, i need to publish an event to the other portlets. Rest of the portlets need to process the event value and it should be decided whether portlets needs to be displayed or not. :(
Please help me out !