Hello,
These are the framework used and their versions:
1. SmartGWT version: v9.1p_2014-05-31/LGPL Development Only (built 2014-05-31)
2. GWT version: 2.6.0
3. Mozilla Firefox version: 26.0
I also tried with other SmartGWT and GWT versions but the problem persists.
I've seen from your docs that in the latest versions you added a method called setAttributeAsJavaObject which sets a Java object into a Record without being transformed to JS. Nice feature by the way which opens new doors to explore for me.
The problem is that if I call the editRecord method for a record that contains such an attribute I get an error even if the record's attribute isn't edited in the Dynamic form.
This error is shown only in development mode in Firefox and if I comment the setAttributeAsJavaObject line the error disappears but I can not enjoy the new feature.
How to reproduce the problem:
Just click a record from the treeTable.
Please find attached the test case that reproduces the problems.
These are the framework used and their versions:
1. SmartGWT version: v9.1p_2014-05-31/LGPL Development Only (built 2014-05-31)
2. GWT version: 2.6.0
3. Mozilla Firefox version: 26.0
I also tried with other SmartGWT and GWT versions but the problem persists.
I've seen from your docs that in the latest versions you added a method called setAttributeAsJavaObject which sets a Java object into a Record without being transformed to JS. Nice feature by the way which opens new doors to explore for me.
The problem is that if I call the editRecord method for a record that contains such an attribute I get an error even if the record's attribute isn't edited in the Dynamic form.
This error is shown only in development mode in Firefox and if I comment the setAttributeAsJavaObject line the error disappears but I can not enjoy the new feature.
How to reproduce the problem:
Just click a record from the treeTable.
Please find attached the test case that reproduces the problems.
Comment