Populate an AEM 6 select dialog widget with data from external service with
Hi,
I'm trying to populate a select widget of AEM 6 Touch UI with data from an external service.
The widget I am currently investigating is /libs/granite/ui/components/foundation/form/select. Unfortunately I did not find any deep documentation about this so I end up study the code. There I found the documentation of the render JSP script component of the widget stating: "The options of this component can be specified by <code>items</code> child resource (1), or by datasource mechanism (2)." As I understand, the datasource is specified with a datasourceResourcetype property. The datasource can be a JSP or whatever. However I could not find any example of this datasource for the above select component of AEM 6 nor I found an example of a datasource that fetch data from external service.
Could you please point me to such documentation? Or, may you please advice me with other ways to populate a dropdown select of AEM 6 touch ui widget with data from external services?
Thank you in advance!
Stefano