Changing between pages using jsr286 events.
912755Jan 23 2012 — edited Mar 19 2012Hello,
I am trying to implement inter portlet communication between 2 portlets which reside on 2 different pages using JSR 286 implementation.
I added supported-publishing-event and supported-processing-event in portlet.xml and able to fire the event from portlet A and able to handle the event in portlet B. However I am unable to navigate to page where portlet b resides. After handling the event, portal still displays the portlet A page.
How do I tell portal container to switch page while processing event?
Any help appreciated.