1 Reply Latest reply on Sep 12, 2006 11:40 AM by julien1

    where to store objects between action and render?

    adamzrk

      Hi

      I wonder if there is another way to store objects in portlets between these tho phases not in PortletSession, like now I do.
      I think that saving an object as a portlet attribute isn't good because of thread-safety and in ThreadLocal because of clustering.
      Thnks in advance for any valuable answer