0 Replies Latest reply on Dec 14, 2006 7:58 AM by anu123suya

    Inter Portlet Communication with three portlets on apage

      Hi,

      I have tried out the sample for the IPC.It works fine.

      I would like to have three portlets say
      PortletA
      PortletB
      PortletC
      on the same portlet page.

      I would like to achieve IPC between these portlets.

      As per the reference document
      JBoss Portal IPC enables a one-to-one relationship between portlets

      Attempting to affect behaviour of more than one portlet per action
      (Portlet A affecting PortletB and portletC) is not possible.

      Can I try IPC between
      Portlet A and PortletB(One to one communication)
      PortletB and PortletC (One to one communication)

      Does JBoss portal support this kind of IPC(Event based)?
      If yes please let me know how is that acheived?