Author: bleathem
Date: 2014-01-17 14:32:51 -0500 (Fri, 17 Jan 2014)
New Revision: 23283
Modified:
branches/enterprise/3.3.1.SP4/framework/impl/src/main/javascript/ajaxjsf/JSFAJAX.js
Log:
Commented out a problematic debug statement introduced with RF-13446
Modified:
branches/enterprise/3.3.1.SP4/framework/impl/src/main/javascript/ajaxjsf/JSFAJAX.js
===================================================================
---
branches/enterprise/3.3.1.SP4/framework/impl/src/main/javascript/ajaxjsf/JSFAJAX.js 2014-01-17
08:36:04 UTC (rev 23282)
+++
branches/enterprise/3.3.1.SP4/framework/impl/src/main/javascript/ajaxjsf/JSFAJAX.js 2014-01-17
19:32:51 UTC (rev 23283)
@@ -1029,7 +1029,7 @@
}
// Replace client-side hidden inputs for JSF View state.
var idsSpan = req.getElementById("ajax-view-state");
- LOG.debug("Hidden JSF state fields: "+idsSpan.xml);
+ // LOG.debug("Hidden JSF state fields: "+idsSpan.xml);
if(idsSpan != null){
// For a portal case, replace content in the current window only.
var namespace = options.parameters['org.ajax4jsf.portlet.NAMESPACE'];
Show replies by date