Quick question why does a new Record have a this attribute:
Versus one that is extracted using DataSource.recordsFromXML(Object obj) which only has the attributes from the XML?
Example code:
SmartClient Version: v9.0p
GWT: 2.5.1
Code:
_ref = com.smartgwt.client.data.Record@#Example code:
Code:
Record record = new Record();
System.out.println(record.toMap().toString());GWT: 2.5.1