Hi,

I have a form with few fields and a RadioGroup. The RadioGroup model is
bound like this radioGroup.setModel(model.bind("searchType"));
Initally the radio options are selected correctly depending on model values.
The problem happens when I submit the form, and there are validation errors.
Then the form is displayed again, but this time none of the options are
selected (nor default values nor user selected).
All the other fields keeps the values entered by the user (text fields,
selects, date fields), but radio selections are lost.

Any ideas what might be the problem?

Bilgin

Reply via email to