Uploaded image for project: 'ZK Studio'
  1. ZK Studio
  2. ZKSTUDIO-69

zul editor validation error with EL3 syntax

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Normal Normal
    • 2.0.2
    • 2.0.1
    • ZUL Editor
    • None

      expressions using new EL3 features produce validation/parse errors even though the expressions work correctly during runtime

      e.g.

      	<listbox model="@load(vm.list.stream().filter(each -> each.isCool()).toList())"/>
      	<listbox model="@load(('text' += 'moretext'))"/>
      

      seems like the zul editor doesn't integrate the EL3 syntax

            wenninghsu wenninghsu
            cor3000 cor3000
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: