pass value from one component to another | Community
Skip to main content
New Participant
October 16, 2015
Solved

pass value from one component to another

  • October 16, 2015
  • 1 reply
  • 657 views

Hi,

i have a problem, please help me.

i have to pass a value from one component to another, but condition is that both component will be used in same page . and updation of one value in one component should update the value on other component.

plz guide me how to achieve  this

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 smacdonald2008

To pass data around in CQ - simply have component A write data to node C and then have component B read the data from node C. Likewise, component B can update node C and component A will see the updates. 

Hope this helps.

1 reply

smacdonald2008
smacdonald2008Accepted solution
New Participant
October 16, 2015

To pass data around in CQ - simply have component A write data to node C and then have component B read the data from node C. Likewise, component B can update node C and component A will see the updates. 

Hope this helps.