Hi MC,
Thanks for your reply.
We had further debugged the issue and found
final TagManager tagmanager =getResourceResolver().adaptTo(TagManager.class);
final Tag tag = tagmanager.resolve(tagName);
tag information is throwing null,It's failing to resolve the tagid passed.not sure what has gone wrong we have correct tags which we were using in 6.0 is deployed in 6.2 and the same lines of code was working fine in 6.0
Is there any changes required for the way we are getting tags required to get this working?
Your inputs are appreciated.
Thanks
Sandeep