Hi,
I'm running into an issue with SmartGWT 2.2 that I don't understand so far. In some situations when I get this exception while using a ListGrid:
Uncaught JavaScript exception [_1 is undefined] in http://127.0.0.1:8888/myapp/sc/modules/ISC_Grids.js, line 975
I've tried to use the developer console to get more details like a stack trace but I see nothing related to this error I get in the console (eclipse console, gwt launched from eclipse gwt plugin). My browser is firefox 3.6.4 on mac os 10.5.
I've tried to isolate the problem and it seems to be related to a call to setFields() on the list grid, the second one to be precise. It is not occurring in all cases, only in some situations that I have't identified so far.
Any idea of what this can come from?
- Xavier
I'm running into an issue with SmartGWT 2.2 that I don't understand so far. In some situations when I get this exception while using a ListGrid:
Uncaught JavaScript exception [_1 is undefined] in http://127.0.0.1:8888/myapp/sc/modules/ISC_Grids.js, line 975
I've tried to use the developer console to get more details like a stack trace but I see nothing related to this error I get in the console (eclipse console, gwt launched from eclipse gwt plugin). My browser is firefox 3.6.4 on mac os 10.5.
I've tried to isolate the problem and it seems to be related to a call to setFields() on the list grid, the second one to be precise. It is not occurring in all cases, only in some situations that I have't identified so far.
Any idea of what this can come from?
- Xavier
Comment