내 커뮤니티 업적 표시줄을 확대합니다.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.

해결됨

Select value in dropdown in touch ui dialog based on the value selected in editable template

Avatar

Level 4

When the template author selects a value in design dialog it will be saved under policy of the editable template.

the design dialog will be as

1569477_pastedImage_0.png

Now when the authors opens the dialog then by default vertical line has to be selected in the dialog. but only the top element is being selected

1569478_pastedImage_1.png

Now if i want to select the value authored by the template author then how to proceed? i tried by using cqDesign but i was not able to get it selected

1569491_pastedImage_2.png

Please suggest how to proceed?

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
Community Advisor

Hi,

The selected property should be type of boolean not expression.

To achieve above you can use datasource to create dropdown with preselected value based on value set from design dialog.

AEM 6.0 Forms Help | Dynamically populating drop-down lists

AEM Note: How to create dynamic drop down in Touch UI dialog in AEM 6.2.

Example :

aem63app-repo/HelloWorldCompDDServlet.java at master · arunpatidar02/aem63app-repo · GitHub

Arun Patidar

AEM LinksLinkedIn

원본 게시물의 솔루션 보기

1 답변 개

Avatar

정확한 답변 작성자:
Community Advisor

Hi,

The selected property should be type of boolean not expression.

To achieve above you can use datasource to create dropdown with preselected value based on value set from design dialog.

AEM 6.0 Forms Help | Dynamically populating drop-down lists

AEM Note: How to create dynamic drop down in Touch UI dialog in AEM 6.2.

Example :

aem63app-repo/HelloWorldCompDDServlet.java at master · arunpatidar02/aem63app-repo · GitHub

Arun Patidar

AEM LinksLinkedIn