commandButton immediate=true, InvokeApplication phaseListerners bypassed

2006-02-16 Thread Dave
commandButton immediate=true, action method will be executed, but InvokeApplication phaseListerners will not, skipped.Does this make sense? Action method is in Invoke Application phase. So its before/after phase listeners should be executed.Your opinions? Thanks! Brings words and

Re: commandButton immediate=true, InvokeApplication phaseListerners bypassed

2006-02-16 Thread Martin Marinschek
Immediate=true on a button will move the action method forward in the lifecycle - it will be executed right after decode. regards, Martin On 2/17/06, Dave [EMAIL PROTECTED] wrote: commandButton immediate=true, action method will be executed, but InvokeApplication phaseListerners will not,

Re: commandButton immediate=true, InvokeApplication phaseListerners bypassed

2006-02-16 Thread Dave
After I restarted JBOSS, everything goes normal. InvokeApp PhaseListeners are executed for immedite=true I do not know why they were skipped. sorry.Martin Marinschek [EMAIL PROTECTED] wrote: Immediate="true" on a button will move the action method forward inthe lifecycle - it will be executed

Re: commandButton immediate=true, InvokeApplication phaseListerners bypassed

2006-02-16 Thread Dennis Byrne
There is a link on the wiki that explains @immediate. This is normal behavior. Dennis Byrne -Original Message- From: Dave [mailto:[EMAIL PROTECTED] Sent: Thursday, February 16, 2006 09:07 PM To: users@myfaces.apache.org Subject: commandButton immediate=true, InvokeApplication