SyntaxFix
Write A Post
Hire A Developer
Questions
Do this
<% for(int i = 0; i < allFestivals.size(); i+=1) { %> <tr> <td><%=allFestivals.get(i).getFestivalName()%></td> </tr> <% } %>
Better way is to use c:foreach see link jstl for each