The implementation of FormItem.setValue(Object) changed quite drastically with SmartGWT 3.1. I didn't bother (let alone notice) until I got
We have a CanvasItem to which we pass List<our-class> using setValue(Object). Later we invoke getValue() and cast the Object back to List<our-class>. I didn't find any reference in the 3.1 release notes as for how to deal with the new implementation, or did I miss it?
UnsupportedOperationException, Can not convert element <n> of the array to a JavaScriptObject. Instances of class <classname> can not automatically be converted
Comment