1 Reply Latest reply on May 6, 2008 12:39 AM by shane.bryzak

    using @Begin more than once in same SFSB

    admin.admin.email.tld

      seam 2.0.0.ga
      jboss 4.2.1.ga


      is this possible and/or recommendation for certain use cases (e.g. user can start the use case by clicking on two different buttons on the JSF)?


      specifically, I would like to use:


      @Begin(join=true, flushMode=FlushModeType.MANUAL)


      on two different SFSB methods.


      and have two @End annotations for two different methods as well (cancel() and submit()). thx.