smartgwt listgrid RestDataSource not populating

百般思念 提交于 2019-12-04 21:10:02

The Data which is transferred from the RestDataSource has a specific format which is described in the JavaDoc of the RestDataSource Your server must understand the request and send back a valid response.

At the moment your example doesn't seem to honour the contract.

To debug the traffic send to and from your server you can use the SmartClient-Console. You can open it by a browser bookmark like this:

javascript:isc.showConsole()

Of cause you need to deploy this console by adding the following module to your gwt.xml

<inherits name="com.smartclient.tools.SmartClientTools"/>

Now go to the RPC Tab and check Track-RPCs

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!