3 Replies Latest reply on Mar 24, 2009 1:31 AM by peris

    Session portlet to another portlet

      Jboss server 4.2.2ga
      Jbossportal 2.7.0

      I have created one portal. This portal contains four portlets.


      I need to store some information in session in one portlet ( ie, A ) and get that information in another portlet (ie, B). I can get the value through Inter portlet communication but I need to get this through session only. Is there any way?. please reply.

      I used the below code but i got only null values

      request.getPortletSession().setAttribute("country", country, PortletSession.APPLICATION_SCOPE)