Hi Isomorphic,
searching the EEShowcase for a dataBound SelectItem I found that:
http://www.smartclient.com/smartgwte...r_wsdl_generic
prints this in the Developer Console:
Searching in the search box then prints this:
Sample http://www.smartclient.com/smartgwte..._specific_data prints this:
This is just a FYI.
Best regards
Blama
searching the EEShowcase for a dataBound SelectItem I found that:
http://www.smartclient.com/smartgwte...r_wsdl_generic
prints this in the Developer Console:
Code:
11:53:12.599:INFO:Log:initialized
11:53:14.683:INFO:Log:isc.Page is loaded
11:53:16.234:XRP6:WARN:Log:wrapDestroy(): the JavaScriptObject is null unexpectedly for {AUTOIDClass: null,
ID: null,
_autoAssignedID: false,
__ref: {GWT Java Obj},
__module: {GWT Module Obj}} with class com.smartgwt.client.data.WebService. This may lead to an ID collision after the widget is destroy()ed.
Code:
11:56:43.874:MUP5:WARN:Log:com.google.gwt.core.client.JavaScriptException: (TypeError)
__gwt$exception: <skipped>: Cannot read property 'callOperation' of null
at LX(http://www.smartclient.com/smartgwtee/showcase/showcase/509E123ED6D5490122534B0C48B38933.cache.html@53)
at hLd(http://www.smartclient.com/smartgwtee/showcase/showcase/509E123ED6D5490122534B0C48B38933.cache.html@74)
at ZKd(http://www.smartclient.com/smartgwtee/showcase/showcase/509E123ED6D5490122534B0C48B38933.cache.html@18007)
at uGc(http://www.smartclient.com/smartgwtee/showcase/showcase/509E123ED6D5490122534B0C48B38933.cache.html@17900)
at Od(http://www.smartclient.com/smartgwtee/showcase/showcase/509E123ED6D5490122534B0C48B38933.cache.html@188)
at Ed(http://www.smartclient.com/smartgwtee/showcase/showcase/509E123ED6D5490122534B0C48B38933.cache.html@73)
at iS(http://www.smartclient.com/smartgwtee/showcase/showcase/509E123ED6D5490122534B0C48B38933.cache.html@2089)
at anonymous(http://www.smartclient.com/smartgwtee/showcase/showcase/509E123ED6D5490122534B0C48B38933.cache.html@88)
at $b(http://www.smartclient.com/smartgwtee/showcase/showcase/509E123ED6D5490122534B0C48B38933.cache.html@29)
at cc(http://www.smartclient.com/smartgwtee/showcase/showcase/509E123ED6D5490122534B0C48B38933.cache.html@57)
Code:
11:57:24.913:XRP0:WARN:RPCManager:Script execution failed. Cannot extract error message from stderr or stackTrace.undefined - response: {operationId: "scripting_cartItem_fetch",
clientContext: Obj,
internalClientContext: Obj,
context: Obj,
transactionNum: 3,
httpResponseCode: 200,
httpResponseText: "//isc_RPCResponseStart-->[{affectedRows:..."[216],
xmlHttpRequest: [object XMLHttpRequest],
transport: "xmlHttpRequest",
status: -1,
clientOnly: undef,
httpHeaders: Obj,
isStructured: true,
callbackArgs: null,
results: Obj,
affectedRows: 0,
data: "Script execution failed. Cannot extract ..."[80],
invalidateCache: false,
isDSResponse: true,
queueStatus: -1,
startRow: 0,
endRow: 0,
totalRows: 0}
Best regards
Blama
Comment