Hi,I think its because, the sling request is not sent in your servlet.I also faced the same issue.Try using sling request in resource resolver.I Hope it will work.private static final String tagid = "/content/cq:tags/properties";TagManager tagManager = slingRequest.getResourceResolver().adaptTo(TagM...