1 Reply Latest reply on Dec 26, 2007 4:07 PM by pmuir

    Event scope question

    ng.tech

      Hey there,

      I have a question regarding the event scope.

      It seems that if i'm outjecting an object in the event scope,

      @Out(scope=EVENT)
      private Broker broker;
      


      This object isn't available during the render response phase. I tried to find informations in the seam documentation regarding the lifecycle of the event scope, but it says that the event scope last during an entire JSF request lifecycle. Which means that the event context should be destroyed after the render response phase right ?

      I thougth that the event scope was the same as a temporary conversation scope.

      I'm missing a simple piece here, can anybody help ?

      Thanks in advance.
      Regards




        • 1. Re: Event scope question
          pmuir

           

          "ng.tech" wrote:
          I tried to find informations in the seam documentation regarding the lifecycle of the event scope, but it says that the event scope last during an entire JSF request lifecycle. Which means that the event context should be destroyed after the render response phase right ?


          Correct.