Gursimrat
11 years agoLeader
Ajax call from Custom Component to another
Is there a way I can do the following:
1. Make an ajax call from Custom Component 2 to another Custom component 1, just like we do for endpoints?
2. or, if above is not possible, I was thinking if we can first call the Custom component 1 in an endpoint, and then make an ajax call to this endpoint from Custom Component 2, which will let me access the CC1, i.e. a workaround of scenario 1 above.
Any thoughts?