oj-dynamic-table with BDP(on SDP) making multiple duplicate REST calls when switching LOV selection
Summary:
I have an oj-dynamic-table backed by a BufferedDataProvider (BDP) over a ServiceDataProvider (SDP) pointing to an ORDS endpoint. When a user selects a Card Issuer from a LOV, the table makes 3+ duplicate REST calls to the same endpoint with the same parameters, even though the response correctly returns hasMore: false and count: 10. . I also notice a double limit param in the URL (limit=25). I want to understand why these duplicate calls are happening and how to prevent them.
Content (please ensure you mask any confidential information):
Setup:
- oj-dynamic-table bound to BDP instance
- BDP wraps SDP pointing to ORDS endpoint GET_CARD_PROFILES
0