<%-- Document : list Created on : Jan 19, 2022, 8:53:23 PM Author : dcariotti --%> <%@page import="https.footballpool_dataaccess.ArrayOftStadiumInfo"%> <%@page import="https.footballpool_dataaccess.TStadiumInfo"%> <%@page import="java.util.List"%> <%@page contentType="text/html" pageEncoding="UTF-8"%> Stadium list

Stadium list

<% List stadiums = (List) request.getAttribute("stadiumList"); %> <% for (TStadiumInfo stadium : stadiums) { %>

<%= stadium.getSName() %>

<% } %>