]
Jeff MAURY updated JBIDE-24552:
-------------------------------
Fix Version/s: 4.5.x
(was: 4.5.0.AM2)
Jsp parser gives Syntax error, insert ")" to complete
Expression
-----------------------------------------------------------------
Key: JBIDE-24552
URL:
https://issues.jboss.org/browse/JBIDE-24552
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: jsp/jsf/xml/html-source-editing
Environment: Environment is Eclipse MARS 2
Reporter: Edoardo Barolo
Assignee: Jeff MAURY
Priority: Minor
Fix For: 4.5.x
While I write a jsp i obtain the error "Syntax error, insert ")" to
complete Expression"
in a coda like this
%> <option value="<%=item.getCode()
%>"><%=item.getDescription() %></option> <%
as you can see the ) is present... I think this is an ancient error that is present
everywhere in eclipse I continue to see it