Skip to main content
KotiSyamala
New Participant
April 30, 2019

AEM 6.4 Component not refreshing afterinsert

  • April 30, 2019
  • 4 replies
  • 8560 views

I'm trying to refresh the page after insert of a component with following cq:editConfig Listeners.

AfterEdit & AfterDelete Page is getting refreshed but NOT afterinsert?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

4 replies

smacdonald2008
New Participant
April 30, 2019

On Author - when you drop a component and enter values into the dialog and click the done button in the dialog - the page refreshes and you see the component rendering the values you entered into the component. Is that your experience?

antoniom5495929
New Participant
May 1, 2019

Hi smacdonald2008

The question of kotir86714101 is different.

He is facing issue by using the afterinsert that seems doesn't works in his components.

Thanks,

Antonio

antoniom5495929
New Participant
April 30, 2019

Hi,

could you try to insert into the afterinsert the following element:

function(path, definition) { this.refreshCreated(path, definition); }

Instead of the REFRESH_PAGE.

Let me know.

Thanks,

Antonio