Risolto
Sightly AEM -size or length of array in siglty
I want get the length or size of my list in aem sightly,so is there any property like size to get the total count of elements in the list?
I want get the length or size of my list in aem sightly,so is there any property like size to get the total count of elements in the list?
you can use the methods that you have in Java for the concerned object.
Like
${ myArray.length}
${ myList.size }
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.