I ran into a really strange problem that made me smoke.
I have a fairly simple scenario where I have a strongly typed view that is correctly populated from the controller in GET, but then when it POSTS forms to the controller, Reqeust is full of all the correct values and right-click names for the standard binder to correctly fill one of of my model objects, and DMB creates the correct option, but it never fills any properties, they are all in the default state.
This worked before then, the only changes I can think of are that I tried the user modelbinder module (then uninstalled it, double checked it to make sure that I am not using it yet), and I reorganized the model to a base class with some details.
Any thoughts?
source
share