I\'m having problems binding on a form with multiple models being submitted. I have a complaint form which includes complaint info as well as one-to-many complainants. I\'m tr
I had the identical problem! In the end you will find out that the framework can't handle complex models.
I wrote a little binding component that can initialize the complex bindings on a post.
But basically what you have to do is what Arnis L. is telling.