-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Normal
-
Affects Version/s: 10.0.0.FL
-
Component/s: Client MVVM
-
Security Level: Jimmy
-
None
Steps to Reproduce
Ref: B85-ZK-3585.zul
Using map as items in <forEach>
<forEach items="@load(fx.maps)"> <div> <label value="@load(each.key) " /> - <label value="@load(each.value) " /> </div> </forEach>
Current Result
.key, .value not found
Expected Result
work