Re: RadioGroup client side validation

2017-02-22 Thread Christian Riedel
Hm, I guess so. Someone should write a patch to fix this issue! :) If I find some elegant solution I let you know! > Am 22.02.2017 um 03:37 schrieb Bob Harner : > > Christian, > > I think you're hitting https://issues.apache.org/jira/browse/TAP5-2156 > > There is very little code to the Radio c

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