Yes. If you have a portlet and a servlet inside same war file you can store 
object in PortletSession using APPLICATION_SCOPE and it'll be visible in 
servlet HttpSession. PortletSession is mostly a wrapper around HttpSession and 
PORTLET_SCOPE use namespacing mechanism to hide attributes from other portlets 
in the application

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3989338#3989338

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3989338
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to