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