2 Replies Latest reply on Jun 25, 2009 8:58 PM by wangliyu

    question about migrate from seam2 to webbean

    wangliyu
      Hi,
      I'm reading the webbean reference, I have some questions about migration from seam2 to webbean/seam3.

      In the reference, it said that use Conversation.begin() to start the conversation, and use Conversation.end() to end the conversation, in the seam2 project, if I'm using <begin-conversation nested=true> and <end-conversation root=true before-redirect="true">, how to implement this with webbean?

      Also how to map @Out to the webbean or how can I outject object to the context in webbean?