Xpages - lifecycle

Hi,

Are there any plans to add additional Xpage events/hooks in to the standard lifecycle?

It’s good that we have beforePageLoad, beforeRestoreView etc., but this whole thing would be way more flexible if we’d have events for the validation phase or the update model values phase for example.

Thanks,

Tibor

Subject: Hi Tibor…

Right now I don’t think we have anything like that in 851, but to understand your requirements could you clarify more on this feature request and maybe we could work on something to get things into the next release.Regards,

Paul Hannan.

paul_hannan@ie.ibm.com

Subject: lifecycle hooks

Hi Paul,

Right now we have events for the RENDER_RESPONSE and RESTORE_VIEW phases.

I was thinking about adding custom PhaseListeners or somehow change the XPages FacesController to include additional events for all other phases (APPLY_REQUEST_VALUES, INVOKE_APPLICATION, PROCESS_VALIDATIONS, UPDATE_MODEL_VALUES).

Thanks!

Tibor