Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    error on ListGrid.getCurrentCheckboxField

    I'm using smartGWT LGPL 2.2. During startup of our application I see the following stacktrace in the GWT console:

    Code:
    XRP2:WARN:Log:TypeError: _1 is undefined
        ListGrid.getCurrentCheckboxField()
        ListGrid._dataArrived(0, 0)
        anonymous(0, 0)
        ResultSet._doneDataArriving(0, 0)
        ResultSet.fetchRemoteDataReply(_1=>{Obj},  _2=>[object Array],  _3=>{Obj})
        [c]Class.fireCallback(_1=>{Obj},  _2=>"dsResponse,data,dsRequest",  _3=>[object Array],  _4=>{Obj},  _5=>undef)
        [c]Class.fireCallback(_1=>{Obj},  _2=>"dsResponse,data,dsRequest",  _3=>[object Array])
        DataSource._completeResponseProcessing({Obj}, {Obj}, {Obj}, {Obj}, {Obj})
        DataSource._completeHandleXMLReply({Obj}, {Obj})
        [c]Class.fireCallback(_1=>{Obj},  _2=>"dsResponse",  _3=>[object Array],  _4=>{Obj},  _5=>undef)
        [c]Class.fireCallback(_1=>{Obj},  _2=>"dsResponse",  _3=>[object Array])
        DataSource._completeDSResponseFromXML([object Array], {Obj})
        [c]Class.fireCallback(_1=>{Obj},  _2=>"records",  _3=>[object Array],  _4=>{Obj},  _5=>undef)
        [c]Class.fireCallback(_1=>{Obj},  _2=>"records",  _3=>[object Array])
        DataSource.recordsFromXML([object Array], {Obj})
        DataSource.selectRecords({Obj}, {Obj}, {Obj})
        DataSource.dsResponseFromXML({Obj}, {Obj}, {Obj}, {Obj})
        DataSource._handleXMLReply({Obj}, "<response>\n  <status>0</status>\n  <st..."[ 134], {Obj}, {Obj})
        [c]Class.fireCallback(_1=>{Obj},  _2=>"xmlDoc,xmlText,rpcResponse,rpcRequest",  _3=>[object Array])
        XMLTools._getXMLResponseReply({Obj}, "<response>\n  <status>0</status>\n  <st..."[ 134], {Obj})
        [c]Class.fireCallback(_1=>{Obj},  _2=>"rpcResponse,data,rpcRequest",  _3=>[object Array],  _4=>{Obj},  _5=>undef)
        [c]Class.fireCallback(_1=>{Obj},  _2=>"rpcResponse,data,rpcRequest",  _3=>[object Array])
        [c]RPCManager.fireReplyCallback(_1=>{Obj},  _2=>{Obj},  _3=>{Obj},  _4=>"<response>\n  <status>0</status>\n  <st..."[ 134])
        [c]RPCManager.fireReplyCallbacks(_1=>{Obj},  _2=>{Obj})
        [c]RPCManager.performOperationReply(_1=>{Obj},  _2=>{Obj})
        RPCManager._performTransactionReply(3)
        [c]RPCManager.performTransactionReply(_1=>3,  _2=>"<response>\n  <status>0</status>\n  <st..."[ 134],  _3=>undef)
        anonymous(3, [object XMLHttpRequest])
        [c]Class.fireCallback(_1=>"isc.RPCManager.performTransactionReply(..."[ 67],  _2=>"transactionNum,results,wd",  _3=>[object Array])
        [c]Comm.performXmlTransactionReply(_1=>3,  _2=>[object XMLHttpRequest])
        anonymous([object XMLHttpRequest])
        [c]Class.fireCallback(_1=>"isc.Comm.performXmlTransactionReply(3, ..."[ 56],  _2=>"xmlHttpRequest",  _3=>[object Array],  _4=>[object XPCCrossOriginWrapper],  _5=>true)
        Comm._fireXMLCallback([object XMLHttpRequest], "isc.Comm.performXmlTransactionReply(3, ..."[ 56])
    Many things happen during startup and I'm not sure which callback exactly causes this, but I think this is on a TreeGrid and the server response contains no records. I've been unable to pinpoint it because it never reaches my own code.

    how can I prevent this?

    thanks,
    ITB

    #2
    did you find a solution for this?

    Comment

    Working...
    X