Hi!
I can see in the MyFaces logging output that the getter methods of some ValueBinding variables are called to update the component values. But not all possible getter methods are called, so what's responsible for that? I would like to update the value of an inputText field in a value change listener method, but the component value is not updated in the render response phase in some cases, so the assignment to the ValueBinding variable is not reflected in the inputText field. Regards, Matthias

