Mega Code Archive
Use JSTL ForEach Tag to Loop Through a String
<%@ taglib uri="http://java.sun.com/jstl/core" prefix="c" %>
<%@ taglib uri="http://java.sun.com/jstl/core_rt" prefix="c-rt" %>
<%
String[] bikes = { "A", "B", "C" };
%>
JSTL 'forEach' tag
Here are my bikes: