views:

22

answers:

0

I am trying to use the Data Annotations Model Binder Sample to provide UI validation on my application. However it seems that this doesn't work if your ViewModel contains a property that is a generic list.

Can anyone shed any light on whether this is the case?

I'm using ASP.NET MVC 1.0