MVC forms don't respect model annotations?
I tried setting Required on a bunch of my model properties, but it still submits and ModelState.IsValid is always false. ??