(I will post when I get back to my work machine tomorrow. Checking in
from chez kujotx and I am light on details at the moment.)
ModelState? Ooo, yeah you're right. That's not what I meant. I believe
I wanted ViewData.Model.Keys -- in the Controller.Edit(Entity) method.
I believe that's what the ModelBinder uses to map the request back to
the POCO. Am I right?
When I put a breakpoint in that method and evaluate the incoming
entity and the support ModelBinder populated ViewData object, I can
see all of the other keys for my HTML objects, just not the new
Currency property.
Also, The ID and Name for ALL objects on my View come from
MVCContrib.FluentHTML. I would expect that the HTML names and IDs are
all being generated in FluentHTML correctly, though.
And many thanks for the reply!