Ho un valore impostato request
nell'oggetto come il seguente,
String[] categoriesList=null;
categoriesList = engine.getCategoryNamesArray();
request.setAttribute("categoriesList", categoriesList );
ed è così che itero nella pagina jsp
<% if(request.getAttribute("categoriesList") != null) { %>
<c:forEach var="categoryName" items="${categoriesList}">
<li><a onclick="getCategoryIndex()" href="#">${categoryName}</a></li>
</c:forEach>
<% }%>
Come ottengo l'indice di ogni elemento e lo passo alla funzione JavaScript onclick="getCategoryIndex()"
.
Uncaught ReferenceError:
ciclo non è definito `e +1 per il tuo impegno