Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Adobe Summit 2023 [19th to 23rd March, Las Vegas and Virtual] | Complete AEM Session & Lab list

retrieve values from coral ui components

Avatar

Level 2

how to retrieve values from coral UI components which are created in a dialog

3 Replies

Avatar

Community Advisor

where do you want to retrieve the values? What's the use case?

check if this helps - AEM 6.4. Retrieve values from another dialog.

Avatar

Community Advisor

What exactly you want to retrieve ? Can you give an example of your dialog with the fields and node structure with properties. It will help to give you more exact response. To answer you in a simple way , if you have a dialog with a text field with name = ./title ; to fetch that value from node you can write the below line in your HTL file

${properties.title} , where properties is a global object for ValueMap API . Read more here HTL Global Objects  .

PS:- I think you are in a process of learning AEM and as a basic step I would recommend you to start from the basics of AEM. Adobe Experience Manager Help | Developing User Guide  this might help to start with

Thanks

Veena