Skip to main content



      Home
Home » Newcomers » Newcomers » what is the JSP editor trying to tell me?
what is the JSP editor trying to tell me? [message #192015] Mon, 05 February 2007 14:34 Go to next message
Eclipse UserFriend
I'm editing a JSP using Eclipse 3.2.1 WTP edition.

I added an HTML comment to an existing JSP
and the editor underlined three lines that follow the comment.
Positioning the mouse over the underlines produces this message:

Multiple annotations found at this line:
-Start tag (<!>) not closed.
-Unknown tag (!).

The full code is:
<!-- if num records > 0 add link to table cell --> <font
color="#FFFFFF">
<a class="in-link" href="<%=sciNameSearch%>&names=all>list names</a>
</font>

This jsp is full of similar comments and none those are flagged.
However, every comment I added has been flagged.

Thanks for any guidance,
-=bill
Re: what is the JSP editor trying to tell me? [message #192036 is a reply to message #192015] Mon, 05 February 2007 14:44 Go to previous message
Eclipse UserFriend
Hi, Bill,

<!-- if num records > 0 add link to table cell -->

[snip]

> This jsp is full of similar comments and none those are flagged.
> However, every comment I added has been flagged.

I don't know anything about this, but I think what may make this comment
"special" is the greater than sign in the middle of the comment; I think
it's looking at this "tag":

<!-- if num records >

HTH,
--Carl
Previous Topic:Eclipse 3.2 vs. Rational Web Developer 6.0
Next Topic:A project already exists with this name. How can I import it (directly)?
Goto Forum:
  


Current Time: Wed Jul 16 15:33:23 EDT 2025

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

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

Back to the top