f:event listener not invoked ?

2009-12-31 Thread Matthias Wessendorf
Hey, I wonder if that is also a known issue. Currently the listener method expression: f:event type=javax.faces.event.PreRenderViewEvent listener=#{bean.method} / is not invoked, when I enter the page (view) -Matthias -- Matthias Wessendorf blog: http://matthiaswessendorf.wordpress.com/

Re: f:event listener not invoked ?

2009-12-31 Thread Jakob Korherr
Hi, Can you determine if the PreRenderViewEvent is triggered correctly? I recently ran into an issue where PostAddToViewEvent was not triggered correctly. I think that some event triggers are not yet (correctly) implemented. Regards, Jakob 2009/12/31 Matthias Wessendorf mat...@apache.org Hey,