- DomainObject: Set the constraint "nullable:true" to your enum property
- Use scaffolding to generate standard controller/view for this domain object.
- Use the 'create' view.
When you select an empty value for the enum property you get an
"Failed to convert property value of type [java.lang.String] to
required type .[enumType] .... no matching editors or conversion
strategy found"
This should be handled by the scaffolded controller/view.
Does a quick workaround exists for this in 1.0.3?