facebook

[Closed] JSP Error (MyEclipse 5)

  1. MyEclipse IDE
  2.  > 
  3. Java EE Development (EJB, JSP, Struts, XDoclet, etc.)
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #259650 Reply

    Sylob
    Member

    Hi,

    Since I upgraded to MyEclipse 5, I get an error when there is something like the following code in my JSPs :

    
    ...
    <c:choose>
       <c:when test="${sessionScope.modePopup == 'true'}">
          <body class="popup">
       </c:when>
       <c:otherwise>
          <body>
       </c:otherwise>
    </c:choose>
    ...
    </body>
    
    

    I get the error :
    No start tag (<body>).

    Fonctionnally, this construct works fine in my application.

    Where can I deactivate this kind of error reporting for JSPs ?

    Regards
    A. ROY

    #259672 Reply

    Greg
    Member

    You can right click your project, go to Properties. Then under MyEclipse > Validation. Then select “Override validation preferences” and then uncheck HTML Syntax Validator both for manual and build. See if that removes the start tag error. If it doesn’t, then try disabling XML Validator.

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: [Closed] JSP Error (MyEclipse 5)

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