Hello,
I've got a portlet and I'm setting attributes this way:
is there a way to get this attribute in a POJO defined in my applicationContext.xml ?Code:protletRequest.getPortletSession().setAttribute("someName", someAttribute, PortletSession.APPLICATION_SCOPE);
Regards
Chris


Reply With Quote