Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    setCacheAcrossOperationIds() and transformRequest()

    Hello,
    I have a DataSource with custom transformRequest() that prepares URL for request and some other operations.
    It all works fine with DataSource without cache and with cacheAllData.
    Problem appears when I've tried to set:
    Code:
    ds.setCacheAllData(true);
    ds.setCacheAllOperationId("info");
    ds.setCacheAcrossOperationIds(false);
    One request with cacheAllData and _opertationId=info is sent correctly but any other is send to IDACall and transformRequest() is never called.

    Is it a bug or am I missing some other options?

    Best regards
    Mariusz Goch




    #2
    Problem existed in previous version of SmartGWT.
    It's all working fine in SmartGWT 5.1p 2016-01-21

    Best regards
    Mariusz Goch

    Comment

    Working...
    X