views:

181

answers:

1

EDIT - Simplifying the Question.

When X components rerenders Y, what is the process that occurs? Mainly, what is the order of the the read/write of each of the values? (Assuming the X onchange occurred which triggered the value change of Y)

I am interested mainly in order of the reads and writes to each of the bound values of the components.

Hope this is clear this time :-)

+1  A: 

To learn more about the JSF lifecycle, you may find this article with practical examples useful.

BalusC