Results 1 to 2 of 2

Thread: get global attributes in POJO

  1. #1
    Join Date
    Apr 2008
    Posts
    29

    Default get global attributes in POJO

    Hello,

    I've got a portlet and I'm setting attributes this way:

    Code:
    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

  2. #2
    Join Date
    Apr 2008
    Posts
    29

    Default

    Nevermind, I solved it a different way...

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •