I want to know how to create a dynamic drop down in multifield and my scenarios are
1.Inside the component, Values should be dynamically populated in drop down(selection)
2.And I have a multifield inside that mutifield i have a drop down based on the value which was selected in drop down values should be populated in the drop down which was inside multifield
3. To put it in the nut-shell drop down values which was shown in the multi-field should be based on the values populated on the first drop down. and we are trying to achieve this funcitonality but we are not successfull can any one guide me on this.
Solved! Go to Solution.
Views
Replies
Total Likes
Hi,
Here is the article which talks about implementing chain of drop down, where value one is dependent on another :
http://experience-aem.blogspot.in/2014/02/aem-cq-56-chain-combo-boxes.html
Views
Replies
Total Likes
Hi,
have a look here [1]. What version of AEM are you using?
Regards,
Opkar
Views
Replies
Total Likes
See this community article - you can use servlets to dynamically populate AEM drop-down controls.
https://helpx.adobe.com/experience-manager/using/dialog_fields_servlets.html
Views
Replies
Total Likes
Hi,
Here is the article which talks about implementing chain of drop down, where value one is dependent on another :
http://experience-aem.blogspot.in/2014/02/aem-cq-56-chain-combo-boxes.html
Views
Replies
Total Likes
Hi
Adding to all above references, please find below more references that would help you :-
Link:- https://helpx.adobe.com/aem-forms/6/dynamically-populate-dropdowns.html
// Dynamically populating drop-down lists.
Thanks and Regards
Kautuk Sahni
Views
Replies
Total Likes
I was working on the same issue and found these solutions:
On AEM 6.1, Open the page in Classic Mode (will not work in TouchUI on AEM 6.1),
We ended up using AngularJS to achieve the above as the data that feeds into the dropdown comes from a web service for us.
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies