AEM 6.4 Component not refreshing afterinsert | Community
Skip to main content
KotiSyamala
Level 5
April 30, 2019

AEM 6.4 Component not refreshing afterinsert

  • April 30, 2019
  • 2 replies
  • 8566 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.

2 replies

antoniom5495929
Level 7
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

smacdonald2008
Level 10
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
Level 7
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