the getter method is called in the validation phase which comes before the update model phase (which calls the setter). Try using t:savestate and store the value of your timerange value.
The call of the getter method in the validation phase is necessary since the spec requires that the submitted value must match one of the defined values. This is a new behavior in 1.1.0 to make myfaces spec compliant. Fri, 30 Sep 2005 07:51 +0200, [EMAIL PROTECTED] <[EMAIL PROTECTED]>: > Yes that's true, my get-Method returns null. The problem is, that the > set-Method of another variable isn't called after the third time i choose > another radioButton. Why is this possible? This setter-Method sets the > variable timeRange, and the get-Method for the selectItems returns null if > the timeRange variable is null. > > And when the set-Method isn't called this variable timeRange is null. But I > don't understand why the setter-Method isn't called because the first two > time it is called: > > thanks > regards, > Conny > > -- > Ein Service von http://www.sms.at > > -- Mathias

