gslender
12 Aug 2008, 4:19 PM
RadioGroup implements isValid and calls radio.isValid() but isValid is not implemented by radio - only the default Field.isValid is called, which calls validateField() which is also not implemented in radio or checkbox. So nothing happens of value for radio/checkbox
RadioGroup (and CheckBoxGroup) should probably have an implementation that at least checks to see if a value is set on any radio/checkbox - or at least explain what the purpose of the isValid method is as it seems to do nothing.
Current workaround is to override isvalid, but future versions should provide a better solution.
RadioGroup (and CheckBoxGroup) should probably have an implementation that at least checks to see if a value is set on any radio/checkbox - or at least explain what the purpose of the isValid method is as it seems to do nothing.
Current workaround is to override isvalid, but future versions should provide a better solution.