Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.
SOLVED

How to dynamically populate data entered in component design dialog in template editor into a widget in cq:dialog?

Avatar

Level 9

Hello All,

This is regarding the components configured in the lay-out container in template editor,in one of component we need to define a policy that data entered in one of the widget should be automatically populated into widget in cq:Dialog(actuall component dialog).If any one come across and implementing this kind of use case.Please help me.

Thanks,

Kishore

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

We should be able to access the value via cqDesign object. Like:

value="${cqDesign.description}"

 


Aanchal Sikka

View solution in original post

2 Replies

Avatar

Level 10

I am not following your use case. Are you asking if a user enters data into a component dialog used in component, that data should be used to dynamically update another component dialog.

This is not an OOTB solution.

Avatar

Correct answer by
Community Advisor

We should be able to access the value via cqDesign object. Like:

value="${cqDesign.description}"

 


Aanchal Sikka