Is that correct? Can I put a .tld file as a value of a tagdir attribute? How would that work? [ October 11, 2007: Message edited by: Ronaldinho Gaucho ]
Its not correct. See once you declare a tld file for a tag, normal .tld file rules apply and it should be declare using <%@ taglib prefix="mine" uri="uri_of_tld".%>. Note the uri will be used rather then tagdir.
Ok, I got it. It makes sense... So, to use a tag file that is inside a JAR, I just have to use a taglib directive with a uri value that matches the uri from the TLD which is in the JAR.