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