facebook

JSP directives incorrectly marked as error using scriptlets

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

    When I use a scriptlet inside of a JSP directive the rest of the line is marked as red error text)
    example:

    <jsp:setProperty name=”user” value='<%= “Hallo” %>‘ property=”id”/>

    ‘ property=”id”/> is displayed in red.

    Same behaviour for custom tags e.g. struts tag:
    <html:errors property=”<%=WebConstants.GENERAL_ERRORS%> ” bundle=”errortext”/>

    ” bundle=”errortext”/> is marked as error.

    Without using scriptlet it looks fine:
    <jsp:setProperty name=”user” value=”Hallo” property=”id”/>

    I’m using MyEclipse 2.6.2 in combination with Exclipse 2.1.1.

    Can somebody help me?

    Viktor

    #198833 Reply

    support-michael
    Keymaster

    VOS,

    Thanks for the post. We have resolved this class of problem and the fix will be available in the upcoming maintenance release.

    Michael
    MyEclipse Support

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: JSP directives incorrectly marked as error using scriptlets

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