3 Replies Latest reply on Jan 10, 2008 4:20 AM by marx3

    @PerNestedConversation - refresh

    marx3

      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