Expand my Community achievements bar.

How to register custom tag library definition files?

Avatar

Level 4

I'm having issues getting my custom taglib definition files (.tld) to register in AEM 6.5.15. I have a resource folder that contains the contains the tld files. They are being added to the bundle. I can get a listing of everything in the bundle and I see the files listed. The issue is that they are not resolving and I can't see them in the "Adobe Experience Manager Web Console JSP Taglibs" page. Other than having them in the bundle, is there an extra configuration I need to add to the pom.xml to have them discovered?

1 Reply

Avatar

Level 4

I'm not sure what change I did to fix this but the TLD is now resolving but I am now having an issue where the handler class is not found even though I see the package being exported in the bundle view. I can also get a listing of all of the classes in the bundle and I see the class file there as well.

 

What are some things I should be looking for to resolve this?

 

Thanks in advance.