Author: nbelaevski
Date: 2011-02-09 04:35:26 -0500 (Wed, 09 Feb 2011)
New Revision: 21557
Modified:
trunk/core/impl/src/main/resources/META-INF/resources/richfaces.js
Log:
https://issues.jboss.org/browse/RF-10365
Modified: trunk/core/impl/src/main/resources/META-INF/resources/richfaces.js
===================================================================
--- trunk/core/impl/src/main/resources/META-INF/resources/richfaces.js 2011-02-09 08:30:47
UTC (rev 21556)
+++ trunk/core/impl/src/main/resources/META-INF/resources/richfaces.js 2011-02-09 09:35:26
UTC (rev 21557)
@@ -408,7 +408,7 @@
ignoreSuccess = true;
} else if (ignoreSuccess) {
return;
- } else if (status == 'complete' &&
richfaces.ajaxContainer.isIgnoreResponse &&
richfaces.ajaxContainer.isIgnoreResponse()) {
+ } else if (status == 'complete' && richfaces.ajaxContainer &&
richfaces.ajaxContainer.isIgnoreResponse &&
richfaces.ajaxContainer.isIgnoreResponse()) {
return;
}