Solved
variable within variable in sightly
I want to access one sightly variable in another sightly object .
Eg :
i have one sightly variable ${temp} which is an integer
I want to use the above variable in sightly array variables ${variable.arrayObj[${temp}]}
Is there any i can access ${temp} with the array object ?