[jboss-user] [JBoss Seam] - @PerNestedConversation - refresh
Marx3
do-not-reply at jboss.com
Wed Jan 9 09:00:01 EST 2008
Hello
I have nestes conversation which uses the same backbean as root conversation, so I use @PerNestedConversation on this bean.
When nested conversation ends, I use
conversation.endAndRedirect(true);
to back to root conversation and it works as I expect.
The only problem is I don't know how to refresh some data in backbean in root conversation.
I've tried raising event, but it haven't effect on bean outside current conversation
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4118284#4118284
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4118284
More information about the jboss-user
mailing list