Is it possible to have a dsRequest.setCanSyncCache(boolean) on the server-side of a dsRequest?
Now, I have to create an empty operationBinding only for this purpose, e.g.:
It would be better to have such a method directly on the dsRequest, e.g. dsRequest.setCanSyncCache(boolean).
Using smartGWT 5.0p
Now, I have to create an empty operationBinding only for this purpose, e.g.:
Code:
<operationBinding operationType="update" operationId="noCacheSync"
canSyncCache="false">
<tableClause>t_adressen</tableClause>
</operationBinding>Using smartGWT 5.0p