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
&
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
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
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