<c:forEach var="num" begin="10" end="30" step="10" > <option value="${num}" <c:if test="${numPerPage==num }">selected</c:if> >${num}</option> </c:forEach>