libs instead of taglibs.
Subir
-Original Message-
From: news [mailto:[EMAIL PROTECTED] On Behalf Of Bill Barker
Sent: Saturday, November 26, 2005 10:15 PM
To: users@tomcat.apache.org
Subject: Re: tld files inside jars are not auto discovered
You need to install your tld in /META-INF/. Paths i
What can I say. I just tried copying your TLD, and created two useless
classes to implement the Tags, and copied your JSP to webapps/ROOT. It all
worked fine. You can try checking that the .tld file ends in a lower-case
".tld", but I don't know what else to suggest. For what it's worth, here
Behalf Of Bill Barker
Sent: Saturday, November 26, 2005 10:15 PM
To: users@tomcat.apache.org
Subject: Re: tld files inside jars are not auto discovered
You need to install your tld in /META-INF/. Paths in jar files are
case-sensitive.
"Aaron Loucks" <[EMAIL PROTECTED]> wrote in me
PM
Subject: Re: tld files inside jars are not auto discovered
>I double checked the jar file and the META-INF is in uppercase. Still no
> luck =/
>
> Bill Barker wrote:
>
>>You need to install your tld in /META-INF/. Paths in jar files are
>>case-sensitive.
>>
&g
I double checked the jar file and the META-INF is in uppercase. Still no
luck =/
Bill Barker wrote:
You need to install your tld in /META-INF/. Paths in jar files are
case-sensitive.
"Aaron Loucks" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
I can't get TLD auto discove
You need to install your tld in /META-INF/. Paths in jar files are
case-sensitive.
"Aaron Loucks" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
>I can't get TLD auto discovery to work for any custom taglibs i write
> when I package them as jars. It works fine for the standard tagl