How to add the REFRESH_PAGE for the component which holds parsys
Hi,
I have a requirement in which a component (say A)is having only the parsys container and the component A is included in the template using <data-sly-resource>.
Now when I drag/edit/delete the any component to component A parsys container the page is not refreshing and the component is not seen.
The cq:editConfig.xml is as follows.
<?xml version="1.0" encoding="UTF-8"?>
<jcr:root xmlns:cq="http://www.day.com/jcr/cq/1.0" xmlns:jcr="http://www.jcp.org/jcr/1.0"
jcr:primaryType="cq:EditConfig">
<cq:listeners
jcr:primaryType="cq:EditListenersConfig"
afterdelete="REFRESH_PAGE"
afteredit="REFRESH_PAGE"
afterinsert="REFRESH_PAGE"/>
</jcr:root>
I am using AEM 6.1 version. Please let me know if I am missing anything