I want pass list index value to sling model.
<sly data-sly-list.img="${guide.itemsList}">
<span>index: ${imgList.index}</span>
<sly data-sly-use.multi="${'com.mycom.....MultiField' @ index=${imgList.index}' " />
This gives me null value at model. I tried to with pass with quotes , it gets passed as string.
Can any one help me to resolve this?