Re: JSF Cycle execution question...

2006-08-23 Thread Matthias Wessendorf
Yes, it's right that actionListeners are executed *before* the action methods On 8/23/06, Jorge Vásquez <[EMAIL PROTECTED]> wrote: Regards, I have been experimenting with a combination of action and actionListener method binding and when I debug my code I notice that the actionListener get

JSF Cycle execution question...

2006-08-23 Thread Jorge Vásquez
Regards, I have been experimenting with a combination of action and actionListener method binding and when I debug my code I notice that the actionListener gets executed first, is this always the case?  Is it possible for this order of execution to change between implementations or it is p