facebook

JSP Editor bugs

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

    sb1234
    Member

    The following line show up as syntax errors in the JSP editor:

    <dav:IFELSE expr=”<%= ne(\”\”,topGroupName) %>”>

    i.e. I cannot put a String-literal value in the expression

    and the following line’s syntax highlighting is broken:

    <a href=”forumsubject?forum=<%= topGroupLink %>” target=”_top”><%= topGroupName %></a>

    i.e. I get the text:
    ” target=”_top”
    in red

    Otherwise, I love the myEclipse workbench

    #198511 Reply

    Scott Anderson
    Participant

    Thanks for submitting these. I’ve verified them and they do appear to be issues with the highlighting code. I’ve entered them into our internal defect tracking system so that they can be addressed in the next service release.

    –Scott
    MyEclipse Support

    #198547 Reply

    No Operation
    Member

    <dav:IFELSE expr=”<%= ne(\”\”,topGroupName) %>”>

    especially:

    ne(\”\”,topGroupName)

    looks not like valid Java to me. What about

    
    <dav:IFELSE expr="<%= ne("",topGroupName) %>"> 
    

    NOP

Viewing 3 posts - 1 through 3 (of 3 total)
Reply To: JSP Editor bugs

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