<% System.out.println("These indexed shall be shown on gui "+(ArrayList)request.getSession().getAttribute("selectedIndexes")); %> // ArrayList value can be 2,3,5,9
<s:iterator var="itr" value="#session.completeArrayList" status="stat">
<s:if > //if stat.count value present in arraylist(selectedIndexes), then go to if loop
</s:if
</s:iterator>
我不知道如何在循环中检查%{#stat.count}
值。我该怎么做arraylist{selectedIndexes}
<s:if>