views:

60

answers:

0

I've just started getting into validation in asp mvc 2, and so far have been implementing server side validation through the System.ComponentModel.DataAnnotations attributes in the model. I agree, the correct place to put constraints is in the model, but is there any way to move the actual error messages into the view instead?