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/CountryClient/web/list.jsp | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 Year_3/TSDWL/WSDL/CountryClient/web/list.jsp (limited to 'Year_3/TSDWL/WSDL/CountryClient/web/list.jsp') diff --git a/Year_3/TSDWL/WSDL/CountryClient/web/list.jsp b/Year_3/TSDWL/WSDL/CountryClient/web/list.jsp deleted file mode 100644 index e3406b4..0000000 --- a/Year_3/TSDWL/WSDL/CountryClient/web/list.jsp +++ /dev/null @@ -1,24 +0,0 @@ -<%-- - Document : list - Created on : Jan 19, 2022, 9:57:20 PM - Author : dcariotti ---%> - -<%@page import="org.oorsprong.websamples.TCountryCodeAndName"%> -<%@page import="java.util.List"%> -<%@page contentType="text/html" pageEncoding="UTF-8"%> - - - - - Countries list - - -

Countries list

- <% List languages = (List) request.getAttribute("countries"); %> - <% for (TCountryCodeAndName language : languages) { %> -

<%= language.getSName()%> Search capital

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