RE: Packaged TAGLIB

2001-05-22 Thread Robert Petersen
AM To: Tomcat-User Subject: Re: Packaged TAGLIB Hi Robert, Try the following: <%@ taglib uri="/WEB-INF/lib/yourjar.jar" prefix="util" Gilles On Mon, 21 May 2001, Robert Petersen wrote: > > I am having a problem when I try to package up my tag libraries. They seem &

Re: Packaged TAGLIB

2001-05-22 Thread Gilles
Hi Robert, Try the following: <%@ taglib uri="/WEB-INF/lib/yourjar.jar" prefix="util" Gilles On Mon, 21 May 2001, Robert Petersen wrote: > > I am having a problem when I try to package up my tag libraries. They seem > to work when the are not packaged. When I try to access a page that uses

Packaged TAGLIB

2001-05-21 Thread Robert Petersen
I am having a problem when I try to package up my tag libraries. They seem to work when the are not packaged. When I try to access a page that uses my custom tags I get an exception that states: org.apache.jasper.JasperException: File "/util" not found The full exception is at the end. The jsp

Packaged TAGLIB

2001-05-21 Thread Robert Petersen
I am having a problem when I try to package up my tag libraries. They seem to work when the are not packaged. When I try to access a page that uses my custom tags I get an exception that states: org.apache.jasper.JasperException: File "/util" not found The full exception is at the end. The jsp f