Hi all.

I hope there are someone that can help mem because i'm becoming crazy !!!!
I'm trying to use a taglib that i have developed with Tomcat 3.1, but the
only answer i have from the container is this:

Error: 500
Location: /servizi/prova.jsp
Internal Servlet Error:

org.apache.jasper.JasperException: Unable to open taglibrary
http://www.comuneweb.it/taglibs/infrastruttura-1.0 : Parse Error in the tag
library descriptor: com.sun.xml.parser/V-037 web-app

I have inserted on "web.xml" file this line:
<taglib>

<taglib-uri>http://www.comuneweb.it/taglibs/infrastruttura-1.0</taglib-uri>
        <taglib-location>/WEB-INF/tlds/comuneweb.tld</taglib-location>
</taglib>

And the "comuneweb.tld" file look like this:

<taglib>
        <tlibversion>1.0</tlibversion>
        <jspversion>1.1</jspversion>
        <shortname>prova</shortname>
        <uri>http://www.comuneweb.it/taglibs/infrastruttura-1.0</uri>
        <info>
                Libreria di tag usati da ComuneWeb
        </info>
        <tag>
                <name>prova</name>
                <tagclass>Infrastruttura.Tag.Prova</tagclass>
                <bodycontent>empty</bodycontent>
                <info>
                        Tag di prova
                </info>
        </tag>
</taglib>


Can any one help me ? please.... :)
Thanks.....bye

Reply via email to