1 Reply Latest reply on Oct 17, 2007 9:04 PM by thejavafreak

    loosing conversation id

    nemya

      Hi,
      I have a page with a commandlink :

      <h:commandLink value="" id="cl1" action="#{bean.method}">
       <h:graphicImage value="img/arrow_left.png" />
      </h:commandLink>

      When I click on it for the first time I have a cid on the link(which is different from the cid I have when I click on any other s:link on the same page) but it works fine. When I click again I have no cid on the link and I have a # instead.

      In fact is more general. I want to use a filter that parses the xhtml page. When the filter starts to analyse the response, I always analyzes the initial page(it doesn't take care of the updates due to clicks on my commandlink)
      I didn't specify a scope on the Bean. And I'm using Jboss Seam 2.0.0.CR1 + JBoss AS 4.2.1.GA
      thank you