The XML taglib namespace identifier does not point to a real web resource or anything else. It just points to the same value as the <namespace> .taglib.xml XML taglib file in question in the path to the run-time classes, which in the case of JSF tags (and other others) is simply an HTTP URL . In the case of Mojarra, you can find the ad in the /com/sun/faces/metadata/taglib/html_basic.taglib.xml file in the jsf-impl.jar .
If you run into problems with reference to JSF HTML tags, the reason lies elsewhere.
source share