1 Reply Latest reply on Jan 4, 2010 9:59 AM by blabno

    natural conversations

    jigneshmpatel

      I am trying to use natural conversations and I have updated my pages.xml file as follows:
      <conversation name="city" parameter-name="cityId" parameter-value="#{city.cityId}"/>
      now in my component.xml I have following code:

          <core:manager conversation-timeout="120000"
                        concurrent-request-timeout="500"
                        conversation-id-parameter="cid"/>


      Now I still see cid as my conversation parameter rather then city.
      Moreover I need to keep conversation-timeout and concurrent-request-timeout as it is to have graceful exit from conversation.


      How to make both work together.