
|
If you were logged in you would be able to see more operations.
|
|
|
Grails
Created: 04/Jan/07 02:11 PM
Updated: 05/Jan/07 09:23 AM
|
|
| Component/s: |
None
|
| Affects Version/s: |
0.4
|
| Fix Version/s: |
0.4
|
|
If you try to use size constraint and nullable: true, every validation fails because size complains that null is not a valid value, no matter what range you supply.
You often want a value to be null or not-blank, and if not-blank, meeting a certain length range.
|
|
Description
|
If you try to use size constraint and nullable: true, every validation fails because size complains that null is not a valid value, no matter what range you supply.
You often want a value to be null or not-blank, and if not-blank, meeting a certain length range. |
Show » |
|