SmartClient Version: SC_SNAPSHOT-2011-08-02/PowerEdition Deployment (built 2011-08-02)
I'm running into a problem with some new code and can't seem to find enough information to know what is causing it. When running in development mode the Eclipse Console view shows this error.
Uncaught JavaScript exception [_3.fields is undefined] in http://127.0.0.1:8888/ipgui/sc/modules/ISC_Grids.js?isc_version=7.0.js, line 2631
The closest thing I can find in the SmartClient dev console is this warning.
10:00:07.283:XRP6:WARN:PickListMenu:isc_PickListMenu_1:fields and completeFields are null and there is no DataSource.
The SelectItem that is isc_PickListMenu_1 does have both an optionDataSource set and both display and value fields. I'm not sure this has anything to do with the _3 error since when this same class is used in a different context I don't get the error.
Any help identifying what is causing the reference to "_3.fields" would be greatly appreciated.
I'm running into a problem with some new code and can't seem to find enough information to know what is causing it. When running in development mode the Eclipse Console view shows this error.
Uncaught JavaScript exception [_3.fields is undefined] in http://127.0.0.1:8888/ipgui/sc/modules/ISC_Grids.js?isc_version=7.0.js, line 2631
The closest thing I can find in the SmartClient dev console is this warning.
10:00:07.283:XRP6:WARN:PickListMenu:isc_PickListMenu_1:fields and completeFields are null and there is no DataSource.
The SelectItem that is isc_PickListMenu_1 does have both an optionDataSource set and both display and value fields. I'm not sure this has anything to do with the _3 error since when this same class is used in a different context I don't get the error.
Any help identifying what is causing the reference to "_3.fields" would be greatly appreciated.
Comment