Re: Where to put tld files for jarred custom taglibs?

2004-06-07 Thread Ariel Valentin
] From: Keith Hankin [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: Where to put tld files for jarred custom taglibs? Date: Mon, 7 Jun 2004 11:17:54 +0530 The manifest doesnt' really have anything in it. Just the default

Re: Where to put tld files for jarred custom taglibs?

2004-06-06 Thread Keith Hankin
Subject: Re: Where to put tld files for jarred custom taglibs? Keith, Have you tried unpacking the jar and see if everything is packed in the correct directory structure and that the Manifest file has the correct info? Mr. Ariel S. Valentin mailto: [EMAIL PROTECTED] From: Keith Hankin

Re: Where to put tld files for jarred custom taglibs?

2004-06-05 Thread Keith Hankin
PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, June 01, 2004 5:40 PM Subject: Re: Where to put tld files for jarred custom taglibs? STOCKHOLM, Raymond wrote: How did you locate your tld in your JSP ? something like this ? %@ taglib uri=/WEB-INF/tld/form-tags.tld prefix=ftags

Re: Where to put tld files for jarred custom taglibs?

2004-06-05 Thread Ariel Valentin
] To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: Where to put tld files for jarred custom taglibs? Date: Sat, 5 Jun 2004 17:59:38 +0530 I read the article, did what it said exactly, but it *still* doesn't work. It keeps complaining that it cannot find taglib.tld, but my tld file is not named taglib.tld

RE: Where to put tld files for jarred custom taglibs?

2004-06-01 Thread STOCKHOLM, Raymond
How did you locate your tld in your JSP ? something like this ? %@ taglib uri=/WEB-INF/tld/form-tags.tld prefix=ftags % -Message d'origine- De : Keith Hankin [mailto:[EMAIL PROTECTED] Envoyé : mardi 1 juin 2004 08:31 À : [EMAIL PROTECTED] Objet : Where to put tld files for jarred custom

Re: Where to put tld files for jarred custom taglibs?

2004-06-01 Thread Keith Hankin
-location /taglib I also try specifying taglib-location as /META-INF/mytags.tld, /WEB-INF/mytags.tld, etc. - Original Message - From: STOCKHOLM, Raymond [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, June 01, 2004 12:09 PM Subject: RE: Where to put tld files

RE: Where to put tld files for jarred custom taglibs?

2004-06-01 Thread STOCKHOLM, Raymond
- De : Keith Hankin [mailto:[EMAIL PROTECTED] Envoyé : mardi 1 juin 2004 09:01 À : Tomcat Users List Objet : Re: Where to put tld files for jarred custom taglibs? I locate it as follows: %@ taglib uri=http://website.com/mypkg/mytags.tld; prefix=mypref % , then in my web.xml have the following

Re: Where to put tld files for jarred custom taglibs?

2004-06-01 Thread Keith Hankin
:-) -Message d'origine- De : Keith Hankin [mailto:[EMAIL PROTECTED] Envoyé : mardi 1 juin 2004 09:01 À : Tomcat Users List Objet : Re: Where to put tld files for jarred custom taglibs? I locate it as follows: %@ taglib uri=http://website.com/mypkg/mytags.tld; prefix=mypref % , then in my

RE: Where to put tld files for jarred custom taglibs?

2004-06-01 Thread STOCKHOLM, Raymond
] Envoyé : mardi 1 juin 2004 09:19 À : Tomcat Users List Objet : Re: Where to put tld files for jarred custom taglibs? Where did you put the tld file in your jar file? Did you also put the jar into a war file? - Original Message - From: STOCKHOLM, Raymond [EMAIL PROTECTED] To: Tomcat Users

Re: Where to put tld files for jarred custom taglibs?

2004-06-01 Thread Keith Hankin
: RE: Where to put tld files for jarred custom taglibs? I put the tld file in $MYAPPLICATION/WEB-INF/tld/form-tags.tld My application is delivered as a war (which tomcat expands), and contains $MYAPPLICATION/WEB-INF/tld/form-tags.tld (I don't have any other jar, except the war) -Message

Re: Where to put tld files for jarred custom taglibs?

2004-06-01 Thread M.Hockings
STOCKHOLM, Raymond wrote: How did you locate your tld in your JSP ? something like this ? %@ taglib uri=/WEB-INF/tld/form-tags.tld prefix=ftags % -Message d'origine- De : Keith Hankin [mailto:[EMAIL PROTECTED] Envoyé : mardi 1 juin 2004 08:31 À : [EMAIL PROTECTED] Objet : Where to put tld