Sorry for answering myself! Now I've found a way to solve my problem. It works when I use the PortletSession and the APPLICATION_SCOPE. Now I have also found the way to get the PortletSession from Seam:
((javax.portlet.PortletRequest) getFacesContext().getExternalContext().getRequest()).getPortletSession(); View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3951605#3951605 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3951605 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
