Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.
SOLVED

AEM 6.4 Component not refreshing afterinsert

Avatar

Level 3

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

PageRefresh.PNG

AfterEdit & AfterDelete Page is getting refreshed but NOT afterinsert?

1 Accepted Solution

Avatar

Level 10
4 Replies

Avatar

Level 7

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

Avatar

Level 10

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?

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

Avatar

Level 10