<%@ page import="java.util.*" %> Current selections:

<% Vector selections = (Vector) session.getAttribute("selections") ; for(int j = 0 ; j < selections.size() ; j++) { %> <%= selections.get(j) %>
<% } %> Select more