[jboss-user] [JBoss Seam] - Re: Session-Variable in Conversation Context (or so...)

pete.muir@jboss.org do-not-reply at jboss.com
Tue Jul 10 18:34:12 EDT 2007


@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



More information about the jboss-user mailing list