I have a snapshot of it from Rick Hightower's article. 1. Restore View 2. Apply Request Values 3. Process Validations 4. Update Model Values - says component values bound to backing bean 5. Invoke Application - events handled, methods invoked, navigation calculated (here is where my method is called and my list is changed.) 6. Render Response - component values updated from bean properties (here is where the datatable component and child components should be populated with values from the new list.)
It seems like my assumptions should fit the way I have it described... Frank Russo Senior Developer FX Alliance, LLC -----Original Message----- From: Mike Kienenberger [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 02, 2006 12:40 PM To: MyFaces Discussion Subject: Re: Rendering Issue On 5/2/06, Frank Russo <[EMAIL PROTECTED]> wrote: > My understanding of the lifecycle is that the valuechangelistener will > be called during the 'Invoke Application' phase. Are you sure? My understanding is that valuechangelistener is called before UpdateModel.

