10 Replies Latest reply on Jun 15, 2006 6:00 AM by liudan2005

    method defined in pages.xml can't start a converstaion

    liudan2005

      I have a conversational stateful bean that has a start() method annotated with @Begin(join=true). However, when this method is triggered from a page that's define in pages.xml, the converstation doesn't get started.

      <page view-id="/booking.xhtml">#{booking.start}</page>
      


      Is this a bug, or a limitation in Seam?