From fc06f9822dd5d6a477a8faf3a4bafabe6b883c3a Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 5 Aug 2010 10:51:15 +0800 Subject: [PATCH] Roo/form/Action.js --- Roo/form/Action.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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'; -- 2.39.2