Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Null value vetoing custom constraint #22

Open
nelsongallardo opened this issue Nov 25, 2013 · 0 comments
Open

Null value vetoing custom constraint #22

nelsongallardo opened this issue Nov 25, 2013 · 0 comments

Comments

@nelsongallardo
Copy link

Hi, I have a domain class with nullable: true in a property and then a domain custom constraint in the same property, the problem is that the custom constraint is not executing when nullable is true, if I set nullable to false, the custom constraint executes normally.
I've been reading and this could be happening because nullable is vetoing other constraints, this issue has been solved in grails, but seems that it wasn't in this plugin.
thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant