0 Replies Latest reply on Mar 5, 2007 10:22 AM by trouby

    sort of overriding Conversations?

    trouby

      Hey,

      Assuming I have a conversation that begins over a method that creates a new entity,

      It is sort of a wizard, and I'd like ot keep all pages in one conversation,

      I tried to give a meaningful name to the conversation such as:

      @Begin(id = "userAdd")
      


      with no id generation. if a user tries to call this method again, I'd like the last conversation to be cleaned. 'join' will propagate the context, but I'd like it to be clean for a new conversation.


      Maybe there is a better context for my request. I assume I can keep everything in the session context. but then I have to clean all objects from previous runs for each entity creation.....



      Thanks,

      Asaf.