Eclipse 3.2 M7, ME 5M1
When in the JSP editor, I get HTML validation errors for the following:
<table class=”border1″ cellspacing=”0″>
<tr>
<td>Street Address</td><td>Apt/Suite/Bldg/URB etc.</td>
</tr>
<tr><td><strong>742 East Evergreen Ter</strong></td>
<td><strong>Apt 3</strong></td>
</tr>
</table>
reporting: No start tag(<p>). Now at one point there was a paragraph tag within the table. I removed it but the error stayed there.
Way it was when the error was originally flagged:
<p>
<table class=”border1″ cellspacing=”0″>
<tr>
<td>Street Address</td><td>Apt/Suite/Bldg/URB etc.</td>
</tr>
<tr><td><strong>742 East Evergreen Ter</strong></td>
<td><strong>Apt 3</strong></td>
</tr>
</table>
</p>
Since then I have removed every set of paragraph tags in the jsp and the error, and 8 others like, are still showing. I went to the Validation preferences and attempted to turn off HTML Validation. No go. Still shows up. Tried at both the project and the global level. I also tried turning off all validation. They still show up. Previously, I could have just rmb’d on the project and removed all validation markers, but that does not seem to be showing up.
This was an imported project, BTW.
I’m rolling back to Eclipes 3.1/ME 4.x, since I’ve chewed up a couple hours on this already.
Any ideas?