Quantcast
Channel: SmartClient Forums
Viewing all articles
Browse latest Browse all 4756

ID collisions with going from SGWT 2.x to 4.x

$
0
0
SmartClient Version: SNAPSHOT_v9.1d_2013-12-17/PowerEdition Deployment (built 2013-12-17)

IE-8

I'm seeing some collisions in my log and they appear to render my application unusable, after the collisions everything stops working and the requests to the server time out. Here are is the log of the collisions

Code:

13:01:43.994:TMR0:WARN:Log:Specified ID: isc_Tree_0 collides with the ID for an existing SmartGWT component or object. The existing object will be destroyed and the ID bound to the new object.
13:01:45.087:TMR3:WARN:Log:Specified ID: isc_ResultTree_0 collides with the ID for an existing SmartGWT component or object. The existing object will be destroyed and the ID bound to the new object.

In the DevConsole I do a Canvas.getById('isc_Tree_0') before and after my data is fetched, and both times that call comes back as null. What does isc_Tree_* represent?

Viewing all articles
Browse latest Browse all 4756

Trending Articles