7 Replies Latest reply on May 15, 2013 3:19 AM by rehanpathan

    Portlet IPC

    gareth_western

      Hi,

       

      We're trying to create an example of two JSR 286 portlets communicating using portlet events, using the JBoss Portlet Bridge. We followed the documentation and according to the logs the event is being sent and received as expected, however the view of the target portlet does not appear to be restored correctly. For some reason the target (listener) portlet loads the defaultViewId for the source (sender) portlet.

       

      Both portlets are part of the same war, however even when I split them in to separate applications the target portlet still tries to display "source.xhtml" after receiving the event.

       

      Note: the EventNavigationResult returned by my Bridge Event Handler is null, as I just want the portlet to reload the current (default) page for the target portlet (target.xhtml).

       

      Any ideas as to what might be wrong?

       

      I've attached my portlet.xml, web.xml, and faces-config.xml