Hi Sruthi Why are you including a component which only have a parsys, in
a template ? Can't you directly add a parsys to your template ? Is this
a particular use case? For your query, The cq:listeners, listens to the
event action of the component.Lets say you dragged and dropped the
component to the page, it will refresh (afterinsert).You edited the
dialog of the component or authored the component (afteredit) , it will
refresh page.You deleted the component, (afterdelete) , this will
refresh th...