[jboss-user] [JBoss Portal] - Re: Sharing session attribute between servelt and portlet

rivetlogic do-not-reply at jboss.com
Tue Jun 17 11:51:24 EDT 2008


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#4158752

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4158752



More information about the jboss-user mailing list