Try using APPLICATION SCOPE to retrieve the session attribute in your portlet code.
|
| request.getPortletSession().getAttribute("foo",
PortletSession.APPLICATION_SCOPE);
|
|
|
|
Best Regards,
Shagul
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4158752#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...