In MVC 2, what is the default mapping behaviour for the binder. I saw it once in a blog, but cannot find it again.
Particularly in regards to list items.
From memory it is something like this: {ModelName}[{id}].{Proptery}
Any help would be greatly appreciated, especially an online article that refers to this.
Are you talking about Model.MyCollection[i].SpecificProperty ?
Here is a good link from the man himself (Phil Haack) talking about binding to a list of complex types:
http://haacked.com/archive/2008/10/23/model-binding-to-a-list.aspx