Monday, July 1, 2013

Liferay 6.x and IPC (Intra Portlet Communication)

In order to activate IPC for your portlets, you need to define value for portlet.event.distribution={YOUR_VALUE} in your {LIFERAY_HOME}/WEB-INF/classes/portal-ext.properties. I defined it as
portlet.event.distribution=ALL

Otherwise events for your portlets would not be propagated to the portlets that are on the other pages, and you might need it really desperately.

No comments:

Post a Comment