ASP.NET mvc 2 Validation always shows errors on initial page load.
- by gt124
I've searched around a lot, and honed this problem down to this case:
I'm using the PRG pattern, pragmatically I'm using the same DTO for my post/get actions. It looks like when I have the dto with the data annotation attributes in the get action parameter list, the validation is always displaying errors, every time on initial page load.
In some…