2 Replies Latest reply on Dec 7, 2007 6:29 AM by pmuir

    Setting an explicit conversation id

    rapowder

      Hi,

      I am using seam 1.2.1.GA. The seam documentation sais that it is possible to set an explicit conversation id by parametrizing the begin annotation as following:

      @Begin(id="edit-#{item.id}")
      public void selectItem() { ... }
      


      I tried it but it doesn't look like it works.. The id is still the same generated by seam. I would need that feature for my workspace management, because I don't want to get a new conversation when I am editing the same item (setting the id should redirect to the same conversation).

      Thanks,
      Andrea