How to dynamically populate data entered in component design dialog in template editor into a widget in cq:dialog? | Community
Skip to main content
GK-007
November 29, 2018
Solved

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

  • November 29, 2018
  • 2 replies
  • 1298 views

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

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by aanchal-sikka

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

value="${cqDesign.description}"

 

2 replies

smacdonald2008
November 30, 2018

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.

aanchal-sikka
Community Advisor
aanchal-sikkaCommunity AdvisorAccepted solution
Community Advisor
December 27, 2023

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

value="${cqDesign.description}"

 

Aanchal Sikka