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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...