Hi,
This is my first usage of the plugin, and I've just hit one minor stumbling block so far...
My domain class has a boolean property with no constraints on it, and by default it fails UI validation with a cannot be null error. I can exclude this property from the jqvalui:renderValidationScript element to get things working, but this seems like an incorrect validation error, since it passes server-side validation.
Is this a bug, or if not is there a way to globally configure this behavior? e.g. Can I add a constraint configuration to the Config.groovy for booleans?
Thanks,
Dan