3 Replies Latest reply on Nov 21, 2007 8:06 AM by swamigee

    Workspace

    swamigee

      I have a POJO with a method annotated with @Begin.
      The conversation gets started but switcher.seletectItems is empty. Nothing gets displayed.

      The example application(issues) in seam 1.2.1 uses ejb.

      But I am using managed bean, a seam component with annotations
      @Name("sampleBean")
      @Scope(ScopeType.CONVERSATION)

      and a method

      @Begin(join=true)
      public void editAction()

      Do I need to use an ejb to get the workspace to work?

      Swami.