I\'m creating a few custom binders for complex types in my Model.My model is composed of objects that have their own separate binders.I want the base object to do its dirty work and then populate the
I\'m trying to migrate to ASP.Net MVC 2 and meet some issues. Here is one : I needed to bind directly a Dictionary as result of a view post.