Yes just like JavaPF says you should loop through the information in your arraylist and print it line by line.



<%
final List<String> names = (ArrayList<String>)...