]
Jeff MAURY commented on JBIDE-27204:
------------------------------------
Can you describe the steps to reproduce ?
Invalid 'EL syntax error: Expecting Expression' on Set
initialization
---------------------------------------------------------------------
Key: JBIDE-27204
URL:
https://issues.redhat.com/browse/JBIDE-27204
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: jsp/jsf/xml/html-source-editing
Affects Versions: 4.14.0.Final
Reporter: Iván Brizuela
Priority: Minor
Fix For: 4.16.0.AM1
EL allows dynamic creation of collection objects:
{code:html}
<h:outputText value="#{{'foo', 'bar'}}" />
{code}
The syntax is valid, but JBT reports the warning "EL syntax error: Expecting
expression."
The same error was reported for List constructions in:
[
JBIDE-17987|https://issues.redhat.com/browse/JBIDE-17987]