I repeat the list using Struts 2 tags.
<s:iterator value="popUpScreenDetailsList" status ="rowCounter">
<s:/iterator>
Is there a way I can get the length of a list without iteration?
The motivation to do this is to use javascript to check the checkboxes.
source
share