[jboss-user] [JBoss Seam] - Re: Why PAGE context variable = NULL

pete.muir@jboss.org do-not-reply at jboss.com
Mon Dec 24 07:22:06 EST 2007


No, the page context only lasts as long as a page. You could use a conversation and a standard PC injected with @PersistenceContext to get a new PC for each request. This is really an anti-pattern with Seam though, and you would be better understanding lazy loading properly.

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

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4115348



More information about the jboss-user mailing list