3 Replies Latest reply on Jan 25, 2008 10:22 AM by pmuir

    explicit conversation id not avialable in 2.0.0.GA

    boevink

      I would like to use an explicit conversation id.
      The Begin annotation API:
      http://docs.jboss.com/seam/2.0.0.GA/api/org/jboss/seam/annotations/Begin.html
      mentions the id attribute to be deprecated

      public abstract String idDeprecated. use in pages.xml
      
      An EL expression for the conversation id. If a conversation with the same id aready exists, Seam will redirect to that conversation.
      
      Default:
      ""
      


      A reference is made to pages.xml but what tag (attribute) will I have to use in pages.xml?