Hi,
I've this one particular formController I can never figure out why it doesn't work. When I click on the submit button, it never calls to the OnSubmit function, instead the FormBackingObject gets called.
When I traced through it, the validator gets called then it goes right to the FormBackingObject function.
I'm doing this the same way as my other formController. What am I missing on this one? What are the requirement for a binding a form to SimpleFormController?
Thank you


Reply With Quote