According to this part of the Faces spec: https://jakarta.ee/specifications/faces/4.0/jakarta-faces-4.0#a5638, you’re missing one more thing - define reference to your taglib xml file in web.xml, using the servlet context parameter. It would have value of “/WEB-INF/example.taglib.xml”