3 Replies Latest reply on Jun 7, 2010 1:58 AM by nickarls

    Seam Faces Module: Why cant trap view events with @Observes @Component?

    ssamayoagt

      CITE:


      2.2.3. Component system events
      There is one qualifier, @Component that can be used with component events by specifying the component ID. Note that view-centric component events PreRenderViewEvent, PostConstructViewMapEvent and PreDestroyViewMapEvent do not fire with the @Component qualifier.


      Why I cant use @Component(someViewId) to trap event only for some view for PreRenderViewEvent for example?


      Is beacuse new f:event tag?


      Regards.