Disable cache in ExtLib REST control (which uses dojox.data.JsonRestStore)
问题 In my XPage I have a xe:djxDataGrid ( dojox.grid.datagrid ) which uses xe:restService which seems to use dojox.data.JsonRestStore . Everything works fine without proxy but my client accesses the application via a proxy because of corporate policy. After a user updates data in the DataGrid it shows old values when accessed behind the proxy. When the REST Control/JsonRestStore sends an ajax GET request to get data, there is no Cache-Control parameter in request headers. And Domino does not