hi i have this scenario , i have different portlets deployed as a separate war files and i like to share datas which i intend to keep it in the session. i want to share the data between the portlets.
i tried APPLICATION_SCOPE , i.e i get the session from the request object in Portlet 1 and set values in the APPLICATION_SCOPE there and i try to get it the Portlet 2 from the session(which again i get it from the request object). But iam getting the null in the portlet 2. what am i do for this to happen. Any ideas? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4149529#4149529 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4149529 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
