Re: RadioGroup client side validation

2017-02-21 Thread Bob Harner
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, an

RadioGroup client side validation

2017-02-21 Thread Marvin Monroe
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