I have a form with three fields, each displaying as a radio, and each linked to a separate custom value list. They work fine when the value lists are simple (ie. display and store the same value), but when I try to display a different value to the one stored (eg. “animal | a”), they behave strangely.
Firstly, you can turn the buttons on or off: the first time you click on a value it is checked, click again and the check disappears so nothing is selected - but you can only do this on some of the values, some of the time.
Secondly, I have written a method to clear each field ( eg. controller.setDataProviderValue(‘field1’, null); ), and attached each version to a button next to the relevant field. With simple value lists attached to the radio fields the buttons behave as expected and clear the field they are associated with. With the different value value lists, the buttons randomly clear the other fields as well as the one they are associated with.
I am using Servoy Developer Version R2 2.0.1-build 274,
Java version 1.4.2_04-b05 (Windows XP).
Any ideas?