facebook

Erroneous jsp validation warning

💡
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 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #263221 Reply

    jkirby
    Member

    I get the yellow squiggly line and a warning that says undefined attribute name for the “<%=onload%>” part of a jsp containing the following fragment:

    <%
    String onload=””;
    if (isApplet) onload = “onload=\”applet_resize();\””;
    %>
    <body <%=onload%>>

    This compiles without problem BTW…

    #263274

    Riyad Kalla
    Member

    This is a known problem, sorry for the noise in the file while you are editing it. We are working and smartening up the JSP lexer to understand these uses.

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: Erroneous jsp validation warning

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