Quantcast
Channel: SmartClient Forums
Viewing all articles
Browse latest Browse all 4756

canSyncCache on server-side DSRequest

$
0
0
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.:
Code:

<operationBinding operationType="update" operationId="noCacheSync"
                        canSyncCache="false">
                        <tableClause>t_adressen</tableClause>
                </operationBinding>

It would be better to have such a method directly on the dsRequest, e.g. dsRequest.setCanSyncCache(boolean).
Using smartGWT 5.0p

Viewing all articles
Browse latest Browse all 4756

Trending Articles