2 Replies Latest reply on May 2, 2006 12:48 PM by gavin.king

    Unable to start a converstaion from a @Factory method

    liudan2005

      I have a statful bean with following method:

      @Factory("foo")
      @Begin(join=true)
      public String myMethod(){
      ...
      }
      


      When this method is triggered by click a command button, it'll start a converstaion. This is expected behaviour. However, when it's triggered from @Factory("foo") i.e. a JSF page wants foo when it's not initialised, it doesn't start a converstaion.

      How do I start a converstaion without clicking on a command button?