
|
If you were logged in you would be able to see more operations.
|
|
|
Grails
Created: 28/Feb/08 07:23 PM
Updated: 28/Jul/08 08:08 AM
|
|
| Component/s: |
Scaffolding
|
| Affects Version/s: |
1.0.1
|
| Fix Version/s: |
1.0.4
|
|
|
File Attachments:
|
1.
dateBug.zip (191 kb)
|
|
Environment:
|
Grails 1.0.1
Win XP SP2
No persistent database
Running from command line
java version "1.6.0_03"
Java(TM) SE Runtime Environment (build 1.6.0_03-b05)
Java HotSpot(TM) Client VM (build 1.6.0_03-b05, mixed mode, sharing)
Grails 1.0.1
Win XP SP2
No persistent database
Running from command line
java version "1.6.0_03"
Java(TM) SE Runtime Environment (build 1.6.0_03-b05)
Java HotSpot(TM) Client VM (build 1.6.0_03-b05, mixed mode, sharing)
|
|
I created a domain with a data field, set the constraints as nullable:true, on the generated create view you can select blanks for dates, but it gives you a validation error.
Property offeringDate must be a valid Date
Project will be attached to this bug.
|
|
Description
|
I created a domain with a data field, set the constraints as nullable:true, on the generated create view you can select blanks for dates, but it gives you a validation error.
Property offeringDate must be a valid Date
Project will be attached to this bug. |
Show » |
|
Impossible to save a blank/null date.
The created database column allow null.