REFRESH_PAGE with TOUCH UI Asset Page Properties submit/done button... cq:editconfig cq:listeners?
Hello Team,
I have a requirement to upload the csv file containing the tags, so chosing the csv file from path browser and on click of done of the asset page properties, Im calling the back end servlet through the ajax call and processing the tags from the csv and adding them under jcr:content/metadata/cq:tags. Every thing is functioning correctly.
Since my ajax call processing is independent of the out of the box asset page properties dialog submission, even though jcr:content/metadata/cq:tags are correctly added, user has to refresh the page to see the uploaded tags from the csv file. I was looking for auto refresh once the page properties is submitted.
Here schema editor page properties in touch UI is following the granite structure to define the /apps/dam/content/schemaeditors/forms/mysite/items structure similar to /libs/dam/content/schemaeditors/forms/forms/aem-authored/items/
I was not sure what is the best way to achieve my requirement? Any suggestions/pointers would be helpful. cq:editconfig and cq:listeners I looked it into but its with the context of component dialog.. in this case its not a dialog.. Please suggest.
Thanks...