hgs1906 / smartgwt

Automatically exported from code.google.com/p/smartgwt
0 stars 0 forks source link

JavaScriptException in ValuesManager.editRecord() #477

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hello,

I'm migrating from GWT 1.6 and SmartGWT 1.2 to GWT 2.03 and SmartGWT 2.2.

The start of the migration was fine, but now I found a problem.
I always set a custom pojo-object to the Record (setAttribute(String, Object)), 
so I have access to it. This worked fine before the migration. But now I'm 
getting a JavaScriptException, when I try to use such a Record with the 
editRecord(Record) method of the ValuesManager.

What steps will reproduce the problem?
1. Click on a record in the list grid, that contains an object as attribute.
2. In the development mode there will be a JavaScriptException

What version of the product are you using? On what operating system?
GWT 2.03
SmartGWT 2.2
Firefox 3.5.9
Ubuntu 9.10

Original issue reported on code.google.com by thorsten...@googlemail.com on 22 Jun 2010 at 6:40

Attachments:

GoogleCodeExporter commented 9 years ago
Please check this against 3.0p - should be fixed.

Original comment by smartgwt...@gmail.com on 18 Apr 2012 at 12:37