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?
Views
Replies
Total Likes
see if this helps - How to refresh a page when a component is modified
Views
Replies
Total Likes
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
Views
Replies
Total Likes
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?
Views
Replies
Total Likes
The question of kotir86714101 is different.
He is facing issue by using the afterinsert that seems doesn't works in his components.
Thanks,
Antonio
Views
Replies
Total Likes
see if this helps - How to refresh a page when a component is modified
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies