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

