From ee61d8b905abe0d541838bd0f0793e5086855bb9 Mon Sep 17 00:00:00 2001 From: Santo Cariotti Date: Wed, 19 Jan 2022 22:51:10 +0100 Subject: remove gitignore files --- Year_3/TSDWL/WSDL/FootballClient/web/list.jsp | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 Year_3/TSDWL/WSDL/FootballClient/web/list.jsp (limited to 'Year_3/TSDWL/WSDL/FootballClient/web/list.jsp') diff --git a/Year_3/TSDWL/WSDL/FootballClient/web/list.jsp b/Year_3/TSDWL/WSDL/FootballClient/web/list.jsp deleted file mode 100644 index fba56fa..0000000 --- a/Year_3/TSDWL/WSDL/FootballClient/web/list.jsp +++ /dev/null @@ -1,24 +0,0 @@ -<%-- - 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() %>

- <% } %> - - -- cgit v1.2.3-18-g5258