Hi,
It seems that MVC2 tightly integrates with DataAnnotations.
And it seems there is no way to plug custom validator to DefaultModelBinder.
So we have to create our own DataBinder to provide custom validation facility.
Please provide a plugable API so we could not rely on the DataAnnotations only.
Everybody knows it is not always possible to use Attributes and external validation is often used.
Especially when a Model is reused accross different projects and validation rules are quite different.
The questions about it just start to arise, but later it will be a bigger problem.
Cheers,
Dmitriy.