Uploaded image for project: 'Tools (JBoss Tools)'
  1. Tools (JBoss Tools)
  2. JBIDE-27256

EL syntax error on = (assignment) and += (string concat)

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 4.24.0.Final
    • 4.15.0.Final
    • jsf
    • None

      Wrong syntax error on EL assignment (the equals sign is underlined): EL syntax error: Expecting '}'.

      Example:
      #{myVar = 3+4}
      #{myVar = 3+4 ; 'some text'}

      For string concat (this is already reported in JBIDE-23891):
      #{'foo' += 'bar'}

              jmaury@redhat.com Jeff MAURY
              thiesw Thies W. (Inactive)
              Votes:
              1 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: