facebook

JSP Validation Issues

💡
Our Forums Have Moved

For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub

  1. MyEclipse Archived
  2.  > 
  3. Bugs
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #253574 Reply

    Unknown Author
    Participant

    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?

    #253611

    Riyad Kalla
    Member

    Would you be able to send us this project or a trimmed down project for testing?

    #253772

    Unknown Author
    Participant

    @support-rkalla wrote:

    Would you be able to send us this project or a trimmed down project for testing?

    Yes, but it probably won’t be until later next week. I can’t send you the full project, since there are some aspects of this app that can’t really go outside the facility since it deals with loan data. So I’ll need to extract as much as I can and see if I can duplicate it.

Viewing 3 posts - 1 through 3 (of 3 total)
Reply To: JSP Validation Issues

You must be logged in to post in the forum log in