I previously was utilizing one button and the cancelAction command.
However, this was causing the form to be submitted when used in the
preSubmit event.I have recently implemented a 2 submit button solution
to a form, which works beautifly for validation. All my edits are
executed when they are suppose to be. However, now the form does not
submit. When I click the complete button, noting happens.I have regular
button name Validate, where I do all of my edit checks, and it calls the
click event o...