Grails: Property Null error
- by richardhell
I've a domain called Modulo with some properties and a Controller with a method that create a object from model and save it, when execute save the shell show this error:
La propiedad [{0}] de la clase [{1}] no puede ser nulo
But if i set the constraint nullable to true, the error show again. I think that i should not set this cosntraint.
The…