SmartClient Version: SNAPSHOT_v9.1d_2013-10-26/PowerEdition Deployment (built 2013-10-26)
In this edition our ListGrids which use the StartEditNew() methods are now throwing an exception :
Uncaught exception escaped : com.google.gwt.core.client.JavaScriptException
(String) : Invoking an instance method on a null instance
The exception is only seen in developer debug mode. There does not seem to be a problem in the deployed modes.
The exception does not occur when reverting to a nightly build of 2013-09-15.
The exception occurrs on any form of StartEditingNew()
void startEditingNew()
void startEditingNew(Map defaultValues)
void startEditingNew(Record defaultRecordValue)
Before I put a test case together I wanted to know if you are aware of the issue and have a fix for it.
In this edition our ListGrids which use the StartEditNew() methods are now throwing an exception :
Uncaught exception escaped : com.google.gwt.core.client.JavaScriptException
(String) : Invoking an instance method on a null instance
The exception is only seen in developer debug mode. There does not seem to be a problem in the deployed modes.
The exception does not occur when reverting to a nightly build of 2013-09-15.
The exception occurrs on any form of StartEditingNew()
void startEditingNew()
void startEditingNew(Map defaultValues)
void startEditingNew(Record defaultRecordValue)
Before I put a test case together I wanted to know if you are aware of the issue and have a fix for it.
Comment