If I receive a generic error in my ASP.NET MVC 2.0 Beta app and catch it. I notice that the next time I post that the model returned to my post is always null. Do I need to clear out the ModelState error or something?

link|improve this question

feedback

1 Answer

up vote 0 down vote accepted

We were pulling from TempData onModelCreated. When an error occured, TempData was cleared out.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.