Skip to main content



      Home
Home » Language IDEs » ServerTools (WTP) » Eclipse can't find TLD in build path
Eclipse can't find TLD in build path [message #209483] Tue, 04 March 2008 11:34 Go to next message
Eclipse UserFriend
I'm assembling a dynamic web app from some sample JSP and some framework
jars. I copied the sample JSP into WebContent, and I copied the framework
jars into WebContent/WEB-INF/lib. However, inside the JSP, it complains
that it can't find the tld for the given taglib URI. I verified that the
TLD contained in the jar file in WEB-INF/lib has a URI that matches the
URI from the taglib directive. What else could I be doing wrong?
Re: Eclipse can't find TLD in build path [message #209551 is a reply to message #209483] Tue, 04 March 2008 15:23 Go to previous message
Eclipse UserFriend
David Karr wrote:
> I'm assembling a dynamic web app from some sample JSP and some framework
> jars. I copied the sample JSP into WebContent, and I copied the
> framework jars into WebContent/WEB-INF/lib. However, inside the JSP, it
> complains that it can't find the tld for the given taglib URI. I
> verified that the TLD contained in the jar file in WEB-INF/lib has a URI
> that matches the URI from the taglib directive. What else could I be
> doing wrong?
>

You've probably just run into a problem with the order in which you
did things. Revalidating the JSP should clear the validation
error--the first time it was validated the jars weren't in place.

---
Nitin Dahyabhai
Eclipse WTP Source Editing
IBM Rational
Previous Topic:Tomcat v5.5 Server at localhost failed to start
Next Topic:Connecting to a Remote Server
Goto Forum:
  


Current Time: Wed Jul 23 03:46:28 EDT 2025

Powered by FUDForum. Page generated in 0.03848 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top