Christian, I think you're hitting https://issues.apache.org/jira/browse/TAP5-2156
There is very little code to the Radio component. I think RadioGroup is where the support for client-side validation is missing. If you are so inclined, it should be easy to copy RadioGroup.tml into your project, and then you could add the missing functionality as an experiment. Let us all know what you find out. On Feb 21, 2017 5:01 AM, "Marvin Monroe" <cr.ml...@googlemail.com> wrote: Hi, I just looked at the source of the Radio component and it seems it's missing a call to FieldValidator#writer to actually support client side validation. (I want to add a required validation rule to a radio group btw) Or am I missing something? Cheers Christian