Read cq:tags associated with current page
Hello All,
I am trying to read the cq:tags - multivalued property into my sling model . However, when I read it is only returning single value not multi values.
Sample code :
valueMap.get("cq:tags",String[].class);
or
currentNode.getProperty("cq:tags").values();