1 Reply Latest reply on Nov 3, 2009 6:42 AM by dennischen

    propagate conversion in my own servlet and no cid in request parm

    dennischen
      I have a servlet and can use ServletLifecycle.beginRequest to initial seam context.
      But I don't know how to propagate a conversation? I didn't pass conversation id on the request parameter(ex: myservlet?cid=124)
      conversation id in my project is stored on other place and can get back in this servlet.
      Is there a official/simple way to do this?
      thanks..

      /Dennis