Skip to main content



      Home
Home » Language IDEs » ServerTools (WTP) » Unknown custom tag in JSP
Unknown custom tag in JSP [message #122068] Mon, 18 July 2005 18:27 Go to next message
Eclipse UserFriend
Originally posted by: davidxkung.yahoo.com

Is there a way for me to indicate the WEB-INF directory or the location of
web.xml file for my project? When I edit a JSP in an existing Java
project, I get a lot of "unknown tag" warnings because the JSP editor
cannot find the .tld file which defines the custom tags I try to use in my
JSP.
Re: Unknown custom tag in JSP [message #124364 is a reply to message #122068] Thu, 21 July 2005 19:10 Go to previous message
Eclipse UserFriend
David wrote:
> Is there a way for me to indicate the WEB-INF directory or the location
> of web.xml file for my project? When I edit a JSP in an existing Java
> project, I get a lot of "unknown tag" warnings because the JSP editor
> cannot find the .tld file which defines the custom tags I try to use in
> my JSP.

If you want to support servlet mappings in the web.xml file or
custom tag libraries under the WEB-INF folder, your best bet is to
remake it as a Dynamic Web Project. You might have some luck if
your tag library descriptors include a "uri" attribute and you use
exactly the same value in your .jsp files' taglib directive.

--
- Nitin
Previous Topic:Official way to add tag libraries
Next Topic:Web Tools Installation
Goto Forum:
  


Current Time: Sun Aug 31 04:53:44 EDT 2025

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

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

Back to the top