You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by we...@apache.org on 2011/06/18 20:58:10 UTC

svn commit: r1137228 - /myfaces/core/trunk/api/src/main/javascript/META-INF/resources/myfaces/_impl/core/Impl.js

Author: werpu
Date: Sat Jun 18 18:58:10 2011
New Revision: 1137228

URL: http://svn.apache.org/viewvc?rev=1137228&view=rev
Log:
https://issues.apache.org/jira/browse/MYFACES-3178


Modified:
    myfaces/core/trunk/api/src/main/javascript/META-INF/resources/myfaces/_impl/core/Impl.js

Modified: myfaces/core/trunk/api/src/main/javascript/META-INF/resources/myfaces/_impl/core/Impl.js
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/api/src/main/javascript/META-INF/resources/myfaces/_impl/core/Impl.js?rev=1137228&r1=1137227&r2=1137228&view=diff
==============================================================================
--- myfaces/core/trunk/api/src/main/javascript/META-INF/resources/myfaces/_impl/core/Impl.js (original)
+++ myfaces/core/trunk/api/src/main/javascript/META-INF/resources/myfaces/_impl/core/Impl.js Sat Jun 18 18:58:10 2011
@@ -103,7 +103,7 @@ myfaces._impl.core._Runtime.singletonExt
         var ajaxUtils = new myfaces._impl.xhrCore._AjaxUtils(0);
 
         var ret = this._Lang.createFormDataDecorator([]);
-        ajaxUtils.encodeSubmittableFields(ret, null, null, form, null);
+        ajaxUtils.encodeSubmittableFields(ret, null, null, null, form, null);
         return ret.makeFinal();
     },