Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: Release 1.5
-
Component/s: Validation
-
Labels:None
Description
The documentation is fairly clear that even when decorated with @DontValidate that an event may produce validation errors. However, sometimes this is inconvenient and it would be nice to be able to supress these errors. Something like the following should be possible:
@DontValidate(suppressBindErrors=true)
The default should be false in order to be backwards compatible.
After further discussion, it was decided that the default behavior for 1.5 will be to leave validation errors that occur during type conversion in place but simply ignore them when @DontValidate is present.