7 Replies Latest reply on Sep 13, 2007 5:34 AM by pmuir

    Bug with EVENT scope

    andreigh.ts

      Hi,

      I have a search button in a page, that executes an action in the EVENT scoped component and then redirects to the same page.

      If the component is a POJO, then Seam instantiates 2 components (one for executing the action and one for displaying the page after redirect).

      If the component is a Stateless EJB3, then only one component is created for both action execution and page displaying.

      My question is which behavior is buggy, so I know what to avoid.

      Thanks.