From: Alan Knowles Date: Thu, 5 Aug 2010 02:51:15 +0000 (+0800) Subject: Roo/form/Action.js X-Git-Url: http://git.roojs.org/?a=commitdiff_plain;h=fc06f9822dd5d6a477a8faf3a4bafabe6b883c3a;p=roojs1 Roo/form/Action.js --- diff --git a/Roo/form/Action.js b/Roo/form/Action.js index 0a14686e25..6c1bf0ae8c 100644 --- a/Roo/form/Action.js +++ b/Roo/form/Action.js @@ -130,7 +130,11 @@ Roo.form.Action.Submit = function(form, options){ Roo.extend(Roo.form.Action.Submit, Roo.form.Action, { type : 'submit', - run : function(){ + run : function() + { + // run get Values on the form, so it syncs any secondary forms. + this.form.getValues(); + var o = this.options; var method = this.getMethod(); var isPost = method == 'POST';