Your actual tag class implementation should be located in...

/WEB-INF/classes/org/sourcepark/taglibs/kato/db_dropdown.class

...which is very different from your...

/WEB-INF/classes/org.sourcepark.taglibs.kato.db_dropdown.class

This also means that the first line in your db_dropdown.java source file
must be...

package org.sourcepark.taglibs.kato;

...and your source file must be recompiled (and copied to
/WEB-INF/classes/org/.../db_dropdown.class)

Let me know if this helps.

----- Original Message -----
From: "THG" <[EMAIL PROTECTED]>
To: "Tomcat Users List" <[EMAIL PROTECTED]>
Sent: Wednesday, February 12, 2003 16:50
Subject: Re: Taglibs are not interpreted with Tomcat 4.1.18


> On Wed, 12 Feb 2003 13:13:09
>  Sean Dockery wrote:
> >Uh, no.  tagclass is not defined anywhere in your original message.  You
> >omitted it.
> >
> ><tag>
> >  <tagclass>what did you put in here?</tagclass>
> ></tag>
>
>
> <?xml version="1.0" encoding="ISO-8859-1" ?>
> <!DOCTYPE taglib PUBLIC "-//Sun Microsystems, Inc.//DTD JSP Tag Library
1.1//EN"
> "http://java.sun.com/j2ee/dtds/web-jsptaglibrary_1_1.dtd";>
>
> <taglib>
>     <tlibversion>1.0</tlibversion>
>     <jspversion>1.1</jspversion>
>     <shortname>kato</shortname>
>     <uri>/WEB-INF/katolib.tld</uri>
>     <tag>
>         <name>db_dropdown</name>
<tagclass>org.sourcepark.taglibs.kato.db_dropdown</tagclass>
> <bodycontent>tagdependent</bodycontent>
>         ...
>     </tag>
>     ....
> </taglib>
>
> the "tagclass" (for example) exists under
"/WEB-INF/classes/org.sourcepark.taglibs.kato.db_dropdown.class"
>
>
>
> _____________________________________________________________
> Get 25MB, POP3, Spam Filtering with LYCOS MAIL PLUS for $19.95/year.
> http://login.mail.lycos.com/brandPage.shtml?pageId=plus&ref=lmtplus
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>



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

Reply via email to