James Watkin reported to the users list that: There's an error in the Jakarta Project: String Tag Library Version: 1.0.1 doc:http://jakarta.apache.org/taglibs/doc/string-doc/string-1.0.1/index.html In the Configuration section, the line: <taglib-location>/WEB-INF/string.tld</taglib-location> should read: <taglib-location>/WEB-INF/taglibs-string.tld</taglib-location> I did some research, and looks like all (or most of) tags have changed their TLD location from taglibs-xxx.tld to xxx.tld in the documentation, but not on the web.xml examples and dist dir. So, what's the right TLD naming convention, with or without taglibs-? Felipe So, I think
With. Resolving :)