On 3/5/06, Garner, Shawn <[EMAIL PROTECTED]> wrote: > Nevermind, I figured it out with the help from this page. > http://wiki.apache.org/myfaces/Use_Facelets_with_Tomahawk > I would think since the JAR is in the classpath that it should be able to > find it from the TLD in the JAR.
Facelets doesn't parse TLD files -- those are JSP artifacts. There's no useful information in that file other than a namespace and tag. The needed information (component and renderer type) is actually contained in faces-config.xml, but there's no namespace/tag name in faces-config.xml. At some point we will support a *.taglib.xml file in the tomahawk.jar, which facelets will parse, but it hasn't happened yet.

