Please Help!

Hi there

I am using JBuilder 4 to create a Servlet and JSPes. When the client requests come it first goes to the Servlet and then the Servlet passes it to the appropriate JSP.Now I want to use some custom tag in the JSP page and I found that when I run the Servlet in JBuilder 4 it could find the .tld file. I have tried to put the .tld files in every directory but it still doesn't work. Then, I tried to run the JSP directly. It is able to find the .tld file. Does any know how to solve this problem? Please Help !

Thank you very much !!

From Edmund

[584 byte] By [yu_hung] at [2007-9-26 4:08:27]
# 1
Please Help !
yu_hung at 2007-6-29 13:10:39 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2
Hi,I suppose you add the following line in your JSPs :<%@ taglib uri="..." prefix="..." %>have tried to use an absolute URL for the uri?
gentyt at 2007-6-29 13:10:39 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...