SC_SNAPSHOT-2011-07-05/PowerEdition
I've modified the datasource of the sample #customExport and I've added:
<operationBinding operationType="fetch" operationId="fetch" invalidateCache="true">
<serverMethod>fetch</serverMethod>
</operationBinding>
then I was expecting that countryList.fetchData(null) will always fetch data...but this is not the case.
Have I misunderstood this setting or is it a bug?
I've modified the datasource of the sample #customExport and I've added:
<operationBinding operationType="fetch" operationId="fetch" invalidateCache="true">
<serverMethod>fetch</serverMethod>
</operationBinding>
then I was expecting that countryList.fetchData(null) will always fetch data...but this is not the case.
Have I misunderstood this setting or is it a bug?
Comment