Hello,

I was used define some taglibs manually in web.xml when using http://java.sun.com/dtd/web-app_2_3.dtd as deployment descriptor. Now I tried to upgrade but <taglib> isn't available any longer (http://java.sun.com/xml/ns/j2ee and http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd). How can I define taglibs anyway? For example:

    <taglib>
        <taglib-uri>http://test.com/example</taglib-uri>
        <taglib-location>/WEB-INF/tlds/example.tld</taglib-location>
    </taglib>

Regards
Marten

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to