@Out(scope=SESSION) List personList;

or, if you want to do it *just* at the end, you can do it programmatically

Contexts.getSessionContext().set("personList", personList);

N.B. I'm not sure why you are copying this to the session context, but you 
probably don't want to.

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

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

Reply via email to