0 Replies Latest reply on Dec 29, 2008 12:36 PM by jberdat

    Portal scoped component

      Hello,


      I'm trying to develop different portlets to run in JBP. I'm using Seam for the context management.


      I would like to have the different portlets to use the same instances of the seam component. For example, I've a portlet 'position list' and another one 'Portlio List' which both need to use a seam component 'PortfolioAction'. The problem I've seen is each portlet will instanciate a component 'PortfolioAction', the bean is defined with scope SESSION. From seam documentation:
      'In a JSR-168 portal environment, the session context represents the portlet session'.


      What can i do to have portlets to share same component instances?


      Best regards.