posted 15 years ago
I am using WebLogic Portal Server. I have two Page Flow Portlets on my page. I am trying to achieve inter portlet communication between them, also, I want to pass data between them.
Say I have two portlets A & B. A portlet throws (fires) an event when user clicks on any link on it. This I have achieved through following code:
Now portlet B should listen to the event fired by A. So I have a custom event handler on B, which listens to custom event named 'customEvent' and calls a page flow action method. Now in this method, I want to get some data which is being set by portlet A when user clicked on any link. The action method is getting called on portlet B but how do I pass data from A?
Hope I explained my situation clearly.
Any help in this regard is appreciated.
Thanks.