batman.js - Data Not Being Submitted to Server on Create (POST)
I couldn’t figure out why my data wasn’t being submitted up to the server on a POST (create). Turns out that the data-bind’s are case sensitive. IE:
1 2 3 4 5 6 | |
They need to match up with @encode ‘SectionId’, ‘Name’
1 2 | |
The POST parameters came across once I specified them as case sensitive.
Batman 0.9