Not able to get the array or tags using TagManager
Hi,
I have created the tags under
/content/cq:tags/excel-challengeWhen I try to get the list of all the tags under the above path, I get ArrayIndexOutOfBoundsException
Resource tagpath=resolver.getResource("/content/cq:tags/excel-challenge");
Tag[] tags=tagManager.getTags(tagpath);
logger.info("Length of tags:"+tags.length);
Thanks in advance.