I setup all my taglib references (Struts 1.1) in my web.xml file, but when I create a JSP file from the File->New menu, the URIs that are given for the taglibs at the top of the page are the absolute paths to the .tld files, not the URIs I created in my web.xml file.
So either:
1) This isn’t a bug, and I don’t need to setup the taglib references in my web.xml
OR
2) This is a bug in the sense that its circumventing my URIs that I am setting up, and should probably use the ones I create in my web.xml file.
Comments? If this is infact not a bug and I shouldn’t be using the web.xml for my taglib entries, then go ahead and close this bug.