When to specify taglib uri in web.xml
When declaring a URI in the taglib directive, when must you include the taglib elements in web.xml, and when can you avoid them?
I tried putting a relative path to the .tld file, setting uri to ?WEB-INF/mysubfolder/myfile.tld? but my web server complains that I抦 missing a tlib-version element somewhere?br>
What is the uri path relative to, and in what cases must you include a mapping in web.xml and when do you not have to?
Thanks.

