Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    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 16:34 Go to next message
David M. Karr is currently offline David M. KarrFriend
Messages: 143
Registered: July 2009
Senior Member
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 20:23 Go to previous message
Nitin Dahyabhai is currently offline Nitin DahyabhaiFriend
Messages: 4435
Registered: July 2009
Senior Member

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


_
Nitin Dahyabhai
Eclipse Web Tools Platform
Previous Topic:Tomcat v5.5 Server at localhost failed to start
Next Topic:Connecting to a Remote Server
Goto Forum:
  


Current Time: Thu Apr 25 07:30:44 GMT 2024

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

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

Back to the top