[
http://jira.jboss.com/jira/browse/RF-3648?page=all ]
Nick Belaevski updated RF-3648:
-------------------------------
Environment:
3.1.6.CR1
test-application
jsp
jsf 1.1
was:
3.2.1.CR1
test-application
jsp
jsf 1.1
Fix Version/s: 3.1.6
Assignee: Konstantin Mishin (was: Nick Belaevski)
scrollableDataTable: is not scrolled under jsf1.1
-------------------------------------------------
Key: RF-3648
URL:
http://jira.jboss.com/jira/browse/RF-3648
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.1.6
Environment: 3.1.6.CR1
test-application
jsp
jsf 1.1
Reporter: Tsikhon Kuprevich
Assigned To: Konstantin Mishin
Priority: Blocker
Fix For: 3.1.6
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:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira