-
Bug
-
Resolution: Fixed
-
Major
-
8.5.0
-
None
-
Security Level: Jimmy
-
None
-
None
Steps to Reproduce
http://zkfiddle.org/sample/1dp6akj/2-Listbox-template-and-shadow-missing-value-in-first-iteration
Current Result
usign ${bean[variableFieldName]} return empty for the first iteration of the surrounding foreach
bean, bean['fieldName'], bean.fieldName all are returning the expected value
Expected Result
usign ${bean[variableFieldName]} should return the same value on each iteration of the surrounding foreach
Debug Info
Root Cause
Workaround
@init(bean[variableFieldName])