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 2013/12/19 20:52:49 UTC

svn commit: r1552408 - /myfaces/core/branches/2.1.x/api/src/main/javascript/META-INF/resources/myfaces/_impl/xhrCore/_AjaxResponse.js

Author: werpu
Date: Thu Dec 19 19:52:49 2013
New Revision: 1552408

URL: http://svn.apache.org/r1552408
Log:
https://issues.apache.org/jira/browse/MYFACES-3835

Modified:
    myfaces/core/branches/2.1.x/api/src/main/javascript/META-INF/resources/myfaces/_impl/xhrCore/_AjaxResponse.js

Modified: myfaces/core/branches/2.1.x/api/src/main/javascript/META-INF/resources/myfaces/_impl/xhrCore/_AjaxResponse.js
URL: http://svn.apache.org/viewvc/myfaces/core/branches/2.1.x/api/src/main/javascript/META-INF/resources/myfaces/_impl/xhrCore/_AjaxResponse.js?rev=1552408&r1=1552407&r2=1552408&view=diff
==============================================================================
--- myfaces/core/branches/2.1.x/api/src/main/javascript/META-INF/resources/myfaces/_impl/xhrCore/_AjaxResponse.js (original)
+++ myfaces/core/branches/2.1.x/api/src/main/javascript/META-INF/resources/myfaces/_impl/xhrCore/_AjaxResponse.js Thu Dec 19 19:52:49 2013
@@ -367,7 +367,7 @@ _MF_SINGLTN(_PFX_XHR + "_AjaxResponse", 
                            document.forms[mfInternal["_mfSourceFormId"]]) ?
                            document.forms[mfInternal["_mfSourceFormId"]] : ((elemId)? fuzzyFormDetection(elemId): null);
 
-            mfInternal.appliedViewState = node.firstChild.nodeValue;
+            mfInternal.appliedViewState = this._Dom.concatCDATABlocks(node);//node.firstChild.nodeValue;
             //source form could not be determined either over the form identifer or the element
             //we now skip this phase and just add everything we need for the fixup code