I am using struts iterator for displaying my array list I had to put a condition in the end
attribute of the iterator tag. how to get the CEIL value when two integers are divided. if array list size is 3 then I need to get output as 2 for end attribute
<s:iterator var="counter" begin="0" end="arraylist.size()/2 " >
/*my code...*/
</s:iterator>