DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=4266>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=4266 Jasper is unable to handle a jar containing multiple tlds. ------- Additional Comments From [EMAIL PROTECTED] 2001-10-21 00:54 ------- Hey, i made a test with my taglib project. Split my logical and i18n task and deploy it as one jar. I have META-INF/logic-taglib.tld META_INF/i18n-taglib.tld with the JSP 1.2 doctype Than I made some test with a webapp web.xml with <taglib> <taglib-uri>/op-logic</taglib-uri> <taglib-location>/WEB-INF/logic-taglib.tld</taglib-location> </taglib> <taglib> <taglib-uri>/op-i18n</taglib-uri> <taglib-location>/WEB-INF/i18n-taglib.tld</taglib-location> </taglib> I bundle my taglib descriptors at WEB-INF also. It works at 4.0 final and 4.0.1 very succesfull! Than I comment out the tablib description at web.xml. I want test the jar tld auto description and it works also fine! I look at TagLibraryInfoImpl and I think you have define a wrong taglib description at you web.xml. The TagLibraryInfoImpl search for a description file and it can't find a file! Regards Peter