The defaults for nullable, blank and the other gorm constraints can be configured in Config.groovy by adding a snippet such as:
grails.gorm.default.constraints = {
'*'(nullable:true,blank:true)
}
Tuesday, February 2, 2010
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment