Take a look at the last two comments in http://issues.apache.org/jira/browse/MYFACES-749
Basically, you should be able to guarantee this change if you directly set the component's submitted value. This will override any other values (the component's local value and the component's backing bean value). On 11/28/05, Matthias Kahlau <[EMAIL PROTECTED]> wrote: > 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 > >

