Expand my Community achievements bar.

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

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

SOLVED

How to get one component dialog in another component js

Avatar

Community Advisor

Hi,

I've created a page on which I've dragged multiple components. What I need to fetch one component dialog in another component js. 

All the components are dragged on same page. 

How can I do it?

Thanks,

Himanshu

1 Accepted Solution

Avatar

Correct answer by
Level 10

Are you trying to get the data authored in one component in other using JS?

if yes, you can try something like  page_path/jcr:content/component_node.json

View solution in original post

1 Reply

Avatar

Correct answer by
Level 10

Are you trying to get the data authored in one component in other using JS?

if yes, you can try something like  page_path/jcr:content/component_node.json