SmartGWT 2.5
SmartClient Version: SC_SNAPSHOT-2011-08-02/LGPL Development Only (built 2011-08-02)
IE 8.0.7601.17514
I'm using RestDataSource and hand written servlets.
Everything goes fine with fetchData, addData and updateData.
But with removeData, the servlet only receives parameters
_operationType="remove"
isc_dataFormat="json"
_dataSource="isc_RestDataSource_6"
isc_metaDataPrefix="_"
All data from the record I pass to removeData is lost.
As a workaround, I use a DSRequest and dsRequest.setData(map).
The values in the map appear as parameters in the servlet.
Any ideas? Is this a misunderstanding on my side or a bug or ...
SmartClient Version: SC_SNAPSHOT-2011-08-02/LGPL Development Only (built 2011-08-02)
IE 8.0.7601.17514
I'm using RestDataSource and hand written servlets.
Everything goes fine with fetchData, addData and updateData.
But with removeData, the servlet only receives parameters
_operationType="remove"
isc_dataFormat="json"
_dataSource="isc_RestDataSource_6"
isc_metaDataPrefix="_"
All data from the record I pass to removeData is lost.
As a workaround, I use a DSRequest and dsRequest.setData(map).
The values in the map appear as parameters in the servlet.
Any ideas? Is this a misunderstanding on my side or a bug or ...
Comment