]
Ilya Shaikovsky updated RF-3648:
--------------------------------
Component/s: ScrollableDataTable
scrollableDataTable: is not scrolled under jsf1.1
-------------------------------------------------
Key: RF-3648
URL:
https://jira.jboss.org/jira/browse/RF-3648
Project: RichFaces
Issue Type: Bug
Components: ScrollableDataTable
Affects Versions: 3.1.6
Environment: 3.1.6.CR1
test-application
jsp
jsf 1.1
Reporter: Tsikhon Kuprevich
Assignee: Konstantin Mishin
Fix For: 3.1.x
this._request has no properties
http://localhost:8081/jsp/a4j_3_1_6.CR1org.ajax4jsf.javascript.AjaxScript...
Line 925
function (id) {
var oDoc = this._request.responseXML;
if (oDoc) {
if (typeof oDoc.getElementById != "undefined") {
LOG.debug("call getElementById for id= " + id);
return oDoc.getElementById(id);
} else if (typeof oDoc.selectSingleNode != "undefined") {
LOG.debug("call selectSingleNode for id= " + id);
return oDoc.selectSingleNode("//*[@id='" + id +
"']");
} else if (typeof oDoc.nodeFromID != "undefined") {
LOG.debug("call nodeFromID for id= " + id);
return oDoc.nodeFromID(id);
}
LOG.error("No functions for getElementById found ");
} else {
LOG.debug("No parsed XML document in response");
}
return null;
}
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: