Roo/form/Action.js
authorAlan Knowles <alan@akbkhome.com>
Thu, 5 Aug 2010 02:51:15 +0000 (10:51 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 5 Aug 2010 02:51:15 +0000 (10:51 +0800)
Roo/form/Action.js

index 0a14686..6c1bf0a 100644 (file)
@@ -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';