Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » ServerTools (WTP) » custom JSP tag file validation
custom JSP tag file validation [message #219276] Thu, 14 August 2008 11:48 Go to next message
Eclipse UserFriend
Originally posted by:

Hi,

All HTML tags in custom JSP tag files (*.tag) are marked as unknown. For
example:

<%@ tag language="java" pageEncoding="ISO-8859-1"%>

<a href="http://www.eclipse.org">eclipse</a>

---

Description Resource Path Location Type
Unknown tag (a). file.tag jeromedl/web/WEB-INF/tags line 5 JSP Problem

, but as soon as I rename this file to 'file.jsp' and remove the tag
declaration everything is ok. Am I missing some declarations in the tag
file? If I use some JSTL tags and I declare the taglib for them they
work fine.

[Updated on: Wed, 03 September 2014 13:48] by Moderator

Report message to a moderator

Re: custom JSP tag file validation [message #219355 is a reply to message #219276] Mon, 18 August 2008 11:04 Go to previous message
Craig Raymond is currently offline Craig RaymondFriend
Messages: 4
Registered: July 2009
Junior Member
I have noticed this "feature" also.

I tried to see if there was a bug report on this. I did find

https://bugs.eclipse.org/bugs/show_bug.cgi?id=204990

That bug refers to the lack of "content assist" for html tags, so I would
guess if that bug is resolved, .tag files would then know about html tags.
Previous Topic:Open Browser side by side with editor
Next Topic:Minimal installation for JSP editing
Goto Forum:
  


Current Time: Thu Mar 28 23:28:16 GMT 2024

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

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

Back to the top