1 Reply Latest reply on Sep 28, 2010 2:07 AM by swenvogel

    Access conversation Id in customer filter

    swenvogel

      Hi,


      i have written a customer filter that replaces link placeholdes in the response.
      For example the placeholder


      <a href="link:home" />



      would replaced with


      <a href="/pages/home.seam" />




      Now i want to add the current conversation id to the genereated link, but
      i cannot find a way to get cid int the doFilter method.

        • 1. Re: Access conversation Id in customer filter
          swenvogel

          Swen Vogel wrote on Sep 27, 2010 15:14:


          Hi,

          i have written a custom filter that replaces link placeholders in the response.
          For example the placeholder

          <a href="link:home" />



          would replaced with

          <a href="/pages/home.seam" />




          Now i want to add the current conversation id to the genereated link, but
          i cannot find a way to get the cid in the doFilter method.


          Click HELP for text formatting instructions. Then edit this text and check the preview.