Hi, It's supposed to be same. One of the registered phaselisteners are probably calling ResponseComplete or RenderResponse. For example AjaxDecodePhaseListener in sandbox calls responseComplete so other phases are not executed.
Cagatay On 2/2/07, H. Swaczinna <[EMAIL PROTECTED]> wrote:
Hi, when a server request is invoked by ajax not all registered phaseListeners are invoked. Only in phases RESTORE_VIEW and APPLY_REQUEST_VALUES the listeners are invoked. Even when an action is executed, there's no invocation of INVOKE_APPLICATION listeners. In general, is the lifecycle in ajax request the same as in normal JSF requests? Or is this something completely different? Regards Helmut

