Dropdown list doesn't update
Hi Community,
I have following setup:
- an AEM Form with a dropdown
- the dropdown items are loaded from an "Items load path"
- the datasource in the items load path uses an OSGI service
- the form is used within a common AEM content page
The problem:
- I changed the configuration in the OSGI service
- the datasource actually delivers (seen while debugging) the correct new configured items
- the dropdown within the form at the page has the old configured items setup
It seems that the items where cached anywhere in the AEM Forms logic, because when I restart the bundle "com.adobe.aemds.guide.aemds-guide-core", the new items where loaded.
How can I prevent the caching of the items?
Setup tested on Publisher AEM 6.5. SP 9
Thanks for helping me!
Andrea