Foros de discusión

IPC in liferay 6

Peter Bierman, modificado hace 13 años.

IPC in liferay 6

New Member Mensajes: 8 Fecha de incorporación: 13/12/10 Mensajes recientes
Hello,

I'm looking for code examples for using ipc in liferay 6.0(.5).
I'd like to use the liferay event mechanism as explained in:
http://www.liferay.com/community/wiki/-/wiki/Main/Client-side+Inter-Portlet+Communication

The trouble is that this specific page details liferay V5 and the mechanism has changed in liferay 6 it seems.
It now uses liferay.on() and liferay.fire().

But i can only find references to these methods in this forum post.

So i was wondering if i'm missing some documentation somewhere and if someone can point my at some code examples.

Help would be much appreciated.
Arun Kumar S, modificado hace 13 años.

RE: IPC in liferay 6

Regular Member Mensajes: 182 Fecha de incorporación: 23/06/08 Mensajes recientes
Hi Peter Bierman,

Refer the below link,


Portlet to Portlet Communication


HTH,
Arun
Peter Bierman, modificado hace 13 años.

RE: IPC in liferay 6

New Member Mensajes: 8 Fecha de incorporación: 13/12/10 Mensajes recientes
Thank you Arun.

That solved my problem, in liferay 6 it seems the data attribute isn't present anymore and all variables are found at the event object.
thumbnail
Ashish Renapurkar, modificado hace 11 años.

RE: IPC in liferay 6

New Member Mensajes: 23 Fecha de incorporación: 18/01/12 Mensajes recientes
Arun Kumar S:
Hi Peter Bierman,

Refer the below link,


Portlet to Portlet Communication


HTH,
Arun


thanks for showing the way.
Regards..
Ashish