[richfaces-issues] [JBoss JIRA] Created: (RF-3648) scrollableDataTable: is not scrolled under jsf1.1

Tsikhon Kuprevich (JIRA) jira-events at lists.jboss.org
Fri Jun 6 10:03:20 EDT 2008


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.2.1.CR1
test-application
jsp
jsf 1.1
            Reporter: Tsikhon Kuprevich
         Assigned To: Nick Belaevski
            Priority: Blocker


this._request has no properties
http://localhost:8081/jsp/a4j_3_1_6.CR1org.ajax4jsf.javascript.AjaxScript.jsf
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

        



More information about the richfaces-issues mailing list