-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Normal
-
Affects Version/s: None
-
Component/s: ZUL Editor
-
None
MVVM validator can't recognize data binding syntax and mark it as wrong syntax.
e.g.
<listcell label="@{users.userID}" />
MVVM validator will mark @{users.userID} as wrong syntax but it's correct.