Fórum

Passeing values between different protlets

thumbnail
Ibrahim Mahammad, modificado 12 Anos atrás.

Passeing values between different protlets

Junior Member Postagens: 47 Data de Entrada: 30/11/11 Postagens Recentes
In my application i need to pass values from one port let to another Port let. Some one please help me on this.

Adv thanks for your help
thumbnail
David H Nebinger, modificado 12 Anos atrás.

RE: Passeing values between different protlets

Liferay Legend Postagens: 14919 Data de Entrada: 02/09/06 Postagens Recentes
You're going to want to step up to JSR-286 portlet implementation and research portlet IPC. This will allow you to send data between portlets.
thumbnail
Tanweer Ahmed ., modificado 1 Ano atrás.

RE: Passeing values between different protlets

Expert Postagens: 322 Data de Entrada: 11/03/10 Postagens Recentes
Ibrahim Mahammad:
In my application i need to pass values from one port let to another Port let. Some one please help me on this.

Adv thanks for your help


Hi Ibrahim,
There are many ways of achieving this in Portal Framework using IPC.
Follow this link Use the one which suits your requirement.

Hope this helps,
Regards,
Tanweer
thumbnail
Ibrahim Mahammad, modificado 12 Anos atrás.

RE: Passeing values between different protlets

Junior Member Postagens: 47 Data de Entrada: 30/11/11 Postagens Recentes
some one provide sample code to pass values between different portlet.
Its some what urgent.
thumbnail
David H Nebinger, modificado 12 Anos atrás.

RE: Passeing values between different protlets

Liferay Legend Postagens: 14919 Data de Entrada: 02/09/06 Postagens Recentes
Was it urgent enough for you to read the JSR spec, or are you just looking for someone to do your job for you? Have you perhaps tried googling for "portlet IPC"?
thumbnail
Muradali Hasan, modificado 12 Anos atrás.

RE: Passeing values between different protlets

Junior Member Postagens: 84 Data de Entrada: 27/07/10 Postagens Recentes
David is right here, It merely take half hour to understand IPC there is also good examples available on internet just you need some googling for that