I am new in Grails application development(Springsource eclipse). I used scaffolding to do the CRUD operation and got a bizarre error. Although I filled out all fields to create table I got the message that "Property [name] of class [class racetrack.Race] cannot be null". Whenever I changed the constraint to nullable it works but put that field empty. It seems it does not accept my input.
Thanks for your help, Reza