[jboss-user] [JBoss Seam] - Re: Switching instance of backing bean of JSF page with Seam

damianharvey do-not-reply at jboss.com
Thu Nov 8 14:51:36 EST 2007


Have you tried outjecting both copies into the Conversation context and then just referencing them in the Bean backing the next page?
eg:
  | @Out(ScopeType.CONVERSATION)
  | Bean oldBean;
  | 
  | @Out(ScopeType.CONVERSATION)
  | Bean newBean;
Cheers,

Damian.


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

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



More information about the jboss-user mailing list