Hello Isomorphic.
We have a small problem after upgrade to SmartGWT 5.0.
In our code we have a form containing couple of Select items, which are bound to fields pointing at optional DataSources. Both this datasources have cacheAllData="true" and cacheMaxAge="3600".
After we upgraded the library to version 5.0 (build of 21 January 2016), opening this form results in warning shown:
When taking a look at requests, we can see that fetch requests for those optional DataSources are made in a queue, which was not the case before the upgrade.
So, is there any way to handle this warning or to send fetch requests without queue?
We have a small problem after upgrade to SmartGWT 5.0.
In our code we have a form containing couple of Select items, which are bound to fields pointing at optional DataSources. Both this datasources have cacheAllData="true" and cacheMaxAge="3600".
After we upgraded the library to version 5.0 (build of 21 January 2016), opening this form results in warning shown:
Code:
Attempt to queue an RPCRequest to the server (URL: %server%) with client-only requests in the queue - the client-only requests will be sent immediately, clearing the transaction, and making the queue available for this (and subsequent) server-bound requests.
So, is there any way to handle this warning or to send fetch requests without queue?
Comment