Re: Is it possible to attach validator to a Checkbox?

2014-04-17 Thread Balázs Palcsó
Thanks Geoff. It looks like. I have commented the issue. On 17 April 2014 03:49, Geoff Callender wrote: > This might be the client-side counterpart of > https://issues.apache.org/jira/browse/TAP5-2075 ? > > On 17/04/2014, at 7:08 AM, Balázs Palcsó wrote: > > > Hi, > > > > I was trying to apply

Re: Is it possible to attach validator to a Checkbox?

2014-04-16 Thread Geoff Callender
This might be the client-side counterpart of https://issues.apache.org/jira/browse/TAP5-2075 ? On 17/04/2014, at 7:08 AM, Balázs Palcsó wrote: > Hi, > > I was trying to apply @AssertTrue on a boolean field. > I noticed that it is ignored during the server side validation. So I > implemented cus

Is it possible to attach validator to a Checkbox?

2014-04-16 Thread Balázs Palcsó
Hi, I was trying to apply @AssertTrue on a boolean field. I noticed that it is ignored during the server side validation. So I implemented custom validation on my page in onValidate(). Now I tried to attach a custom client side validation to my field annotated with @AssertTrue as it is described a