0 Replies Latest reply on Nov 11, 2008 4:03 AM by glennm

    Inter-Portlet Communication and Seam

    glennm

      Hi All,


      I am currently trying to set up a bunch of portlets which share some common data (per user) between them.


      All of the examples and discussions I have come across do this by storing application scope attributes in the PortletSession.


      To me, this seems to go against Seam's component model. My question is, is there no way of doing IPC using data that is shared somehow by a Seam managed bean? (Other than having the bean application scoped which obviously does not work for multiple users)


      Thanks very much
      Glenn