In my jsp, I have

<%@ taglib uri="/WEB-INF/ordertool.tld" prefix="ot" %>

and in web.xml, I have
  <taglib>
    <taglib-uri>/WEB-INF/ordertool.tld</taglib-uri>
    <taglib-location>/WEB-INF/ordertool.tld</taglib-location>
  </taglib>

and this works fine for me (tomcat 3.2.3, win2K, jdk1.3.1_01)

tomK

> -----Original Message-----
> From: Brett B. Tofel [mailto:[EMAIL PROTECTED]] 
> Sent: vrijdag 30 november 2001 15:45
> To: [EMAIL PROTECTED]
> Subject: RE: db tags installation problem
> 
> 
> --- You wrote:
> <%@ taglib uri="/WEB-INF/dbtags.tld" prefix="sql" %>   --> i 
> have tried all the
> combinations here.....i really mean everything
> --- end of quote ---
> have you tried leaving off the initial / 
> 
> the uri path should match up with the webapp's path in a 
> relative URL way. or i
> think it could be absolute URL, but the above seems wrong to me. 
> 
> -brett
> 
> --
> To unsubscribe, e-mail:   
> <mailto:taglibs-user-> [EMAIL PROTECTED]>
> For 
> additional commands, 
> e-mail: <mailto:[EMAIL PROTECTED]>
> 
> 

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

Reply via email to