0 Replies Latest reply on Mar 31, 2010 7:01 PM by malex

    Conversation in custom servlet

    malex

      I have a custom servlet and added it to the context filter by specifiying web:context-filter in compontents.xml what works, as I can get the current context ID in the servlet by calling Conversation.instance().getId() and also can access other components.


      I want now to keep a long running conversation running and therefore pass the conversationId parameter to the servlet (I also tried it with cid). However, this seems not to work or is not the right way to do this as I always get a new conversations for every request.


      What am I doing wrong or where is my misunderstanding?


      I am using Seam 2.2.0GA.