Drop down values selected in classic dialog doesn't show same value in touch ui dialog | Community
Skip to main content
Level 3
December 20, 2016

Drop down values selected in classic dialog doesn't show same value in touch ui dialog

  • December 20, 2016
  • 2 replies
  • 3386 views

Hi Team,

We have created a Classic UI Dialog and Touch UI Dialog with a drop down widget which displays dynamic values. We have used optionsProvider property for populating these values in classic ui and datasource in touch ui (followed https://helpx.adobe.com/experience-manager/using/dialog_fields_servlets.html).

This works fine; However, after we select the drop down value in Classic ui and open the dialog in touch ui mode, touch ui dialog does not show the selected value in classic ui dialog. Same is the case when we try to save the value in touch ui dialog and open classic ui dialog. Moreover, irrespective of the fact selected values getting saved in page's component node, these dialogs not able to pick the value from the saved property when saved in other dialog mode. 

Is this happening because of listeners since I am able to fetch the drop down value in other component with static values ?

Please help me with this issue.

 

~Thank you in advance

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

2 replies

smacdonald2008
Level 10
December 20, 2016

Correct -- that article you referenced was for Classic UI - because it works for Classic does not mean it will work for Touch UI. You need to create app logic for the Touch UI. 

smacdonald2008
Level 10
December 20, 2016
kautuk_sahni
Community Manager
Community Manager
December 21, 2016

Adding one more reference here :- http://adobeaemclub.com/touch-ui-dynamic-selection-of-multiple-drop-downs-in-aem-6-1/

// Touch UI dynamic selection of multiple drop downs in AEM

I hope this will also help you.

~kautuk

Kautuk Sahni