Hi,
i use the initBinder to check a date.
i also use a @NotNull annotation for this date.
The problem is that i get 2 errors when i have a wrong date.
1. Init Binder Error
2. Date is NotNull
Is there a possibility to suppress the annotation error, when the initbinder throws an error ?
