0 Replies Latest reply on Mar 22, 2007 3:54 AM by remy.wang

    How to get the conversationId when I using the portlet

    remy.wang

      Hi, all , I meet a problem, now I wirting a portlet filter ,I need to get the conversationId and then use the response.setRenderParameter() method to send it to the response, the problem is now I can't get the conversationId.
      I have read some article in this forum, one method is use the method:
      Conversation.getInstance().getId();
      but I got this exception:
      java.lang.IllegalStateException: No active conversation context

      Do I need to config something in my config file?any one have idea please tell me or mail me:remy.wang@hotmail.com
      thank you:)