kotisyamala
30-04-2019
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?
antoniom5495929
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
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?
01-05-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.
see if this helps - How to refresh a page when a component is modified