problem about listgrid-Collection of common programming errors


  • Till Helge
    json datasource smartgwt listgrid
    I have created a REST API at URL: http://localhost:8888/rest/contacts with this JSON output:{“contact”: {“address”: [{“city”:”Shanghai”,”street”:”Long Hua Street”},{“city”:”Shanghai”,”street”:”Dong Quan Street”}],”id”: “huangyim”,”name”: “Huang Yi Ming”} }I want to print only the id value in a smartGWT ListGrid.public class ExampleEntry implements EntryPoint {#Overridepublic void onModuleLoad() {DataSource dataSource = new DataSource(); dataSource.setDataFormat(DSDataFormat.JSON); dataSource.s

Web site is in building