Dynamic dropdown
I have a use case in which AEM dialog multifield producing authoring data to be needed in a servlet for making dynamic dropdown options. Some other component which is having dropdown widget which calls the servlet using data source for dynamic dropdown. I have achieved all the requirement except one how does servlet get to know the dynamic path of multifield component are being used on the page. I also archived this one using servlet OSGI configuration but some business reason OSGI configuration cannot be used.
Requirement is such as.
1. multifield component responsible for storing key value pair data for dynamic dropdown.
2. Proposal is servlet needs to retrieve the multifield authoring data and it need to expose as data source for another component.
3. Another component calls the servlet through data source.
Restriction: ACS-Commons and OSGI Config cannot be used,
Please give you valuable thought on this.