facebook

"No start tag" errors in JSPs

💡
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 IDE
  2.  > 
  3. Java EE Development (EJB, JSP, Struts, XDoclet, etc.)
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #286877 Reply

    James_Hr
    Member

    I have a ton of existing JSPs in my project and while I need to have Java errors reported, I’m NOT interested in error reports concerning my html tags – least, it is NOT the priority right now. How do I setup to disable reporting of the html related problems within my JSP while still reporting any Java related errors?

    For the most part, every JSP has the following 2 errors related to my placement of the end FORM tag:

    “No start tag” and “Invalid location of tag”

    As for as I’m concerned, I like exactly where the FORM start/end tags are placed, so these errors are more a hinderence than help. Matter of fact, relocating the tags to elliminate the errors causes the page to render worst!

    Thanks,
    J

    #286880

    James_Hr
    Member

    I found the setting. You can uncheck the JSP Content Validator from either the Project Properties->MyEclipse->Validation or similarly from the global props under the Windows menu. After disabling this setting, I right-clicked on the Project and used MyEclipse->Remove All Validation Markers and then to re-validate just right-click on Project and use MyEclipse->Run Validation.

    This way only the Java errors were flagged in the JSPs which will suffice for now.

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: "No start tag" errors in JSPs

This topic is marked as closed to new replies, however your posting capabilities still allow you to do so.

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