posted 16 years ago
I am using two different portlets in my Portal Application i intend to share data between this two portlets, I tried
PortletRequest request=(PortletRequest)FacesContext.getCurrentInstance().getExternalContext.getRequest();
PortletSession ps=request.getPortletSession();
ps.setAttribute("Test","Test");
But unfortunately i am unable to retrieve this in my other Portlet, I am using websphere portal Server 6