Increment index inside sm:forEach
<sm:forEach name="whatever" varStatus="_status">
New index is: <sm:out value="${_status.index+1}" />
</sm:forEach>
<sm:forEach name="whatever" varStatus="_status">
New index is: <sm:out value="${_status.index+1}" />
</sm:forEach>