MVC2 Strong typing breaking changes...
Posted
by BitFiddler
on Stack Overflow
See other posts from Stack Overflow
or by BitFiddler
Published on 2010-02-24T19:40:25Z
Indexed on
2010/04/03
6:53 UTC
Read the original article
Hit count: 499
ASP.NET
|asp.net-mvc-2
I had the code working for: http://stackoverflow.com/questions/1930229/post-idictionary-back-to-mvc-model
I recently migrated to MVC2 and now all my collections/dictionaries are coming back null. I can't seem to find any information about what has changed in the new release to cause this.
Anyone know of something that might help?
© Stack Overflow or respective owner