Hi,
I'm using the exportClientData with a DSRequest, but there is no callback argument.
I can set willHandleErrors on the DSRequest, but how do I trap these then?
I want to catch those top-level exceptions on the client, e.g. the one when you try exporting an empty grid:
SmartGWT EE
I'm using the exportClientData with a DSRequest, but there is no callback argument.
I can set willHandleErrors on the DSRequest, but how do I trap these then?
I want to catch those top-level exceptions on the client, e.g. the one when you try exporting an empty grid:
Code:
//isc_RPCResponseStart-->[{status:-1,data:"Export failed - passed empty or invalid data set."}]//isc_RPCResponseEnd
Code:
top-level exception java.lang.Exception: send(rpcRequest, rpcResponse) called twice for the same rpcRequest. Only one RPCResponse can be sent to an RPCRequest. at com.isomorphic.rpc.RPCManager.send(RPCManager.java:520) at com.isomorphic.servlet.IDACall.processRPCTransaction(IDACall.java:126) at com.isomorphic.servlet.IDACall.processRequest(IDACall.java:95) at com.isomorphic.servlet.IDACall.doPost(IDACall.java:54)
SmartGWT EE
Comment