0 Replies Latest reply on Nov 29, 2006 7:03 AM by sherkan777

    Seam 1.1 CR.1 Converstions & IceFaces

    sherkan777

      Hi,
      I use Seam + IceFaces, and have method in stateful bean

      @Begin(join=true)
      public String ble() {}

      normally when i click on button if a long-running conversation is already in progress, the conversation context is simply propagated.

      Why when I migrated to Seam & IceFaces I Seam creates on each click a new conversation?