Expand my Community achievements bar.

SOLVED

How to trigger change of a jcr:content page and get the change data?

Avatar

Level 4

I created two apps name as web1 and web2. In the web1 has some page (page1, page2, page3, ...). In the web2 has some page (page21, page22, page23, ...). I want to trigger the jcr:content in the web1 and get the change data to update for the page on web2.

Example: When I modify page1 in the web1. I want to get the change data of jcr:content of page1. So update the change data of page1 in the web1 for the page21 in the web2 for the same field.

How to do that?

Thanks & kind regards,

BHOANG

1 Accepted Solution

Avatar

Correct answer by
Level 8

Hi,

We can listen to specific jcr events, description of which is provided below, get the details and push it onto the required node/page

http://blogs.adobe.com/experiencedelivers/experience-management/event_handling_incq/

View solution in original post

4 Replies

Avatar

Correct answer by
Level 8

Hi,

We can listen to specific jcr events, description of which is provided below, get the details and push it onto the required node/page

http://blogs.adobe.com/experiencedelivers/experience-management/event_handling_incq/