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
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4115427#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...