> If there is a form error returned, and I correct my input how do I resubmit? I > see the buttons is disabled, but I do not see how it get's re-enabled by the > success or error handler.
The button enable/disable code lives inside the show/hide submit spinner methods. These methods are invoked during the io start/end callbacks. The start/end callbacks operate independent of the success and error handlers and are called by the io infrastructure. -- https://code.launchpad.net/~wallyworld/launchpad/double-submit-940168/+merge/123199 Your team Launchpad code reviewers is subscribed to branch lp:launchpad. _______________________________________________ Mailing list: https://launchpad.net/~launchpad-reviewers Post to : [email protected] Unsubscribe : https://launchpad.net/~launchpad-reviewers More help : https://help.launchpad.net/ListHelp

