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

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

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • Major
    • 4.29.1.Final
    • 4.15.0.Final
    • jsf
    • None

    Description

      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'}

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated: