From d62cdeb376fb5f0749ce637723a6cb305485aad8 Mon Sep 17 00:00:00 2001 From: Santo Cariotti Date: Wed, 19 Jan 2022 22:51:57 +0100 Subject: wsdl: add examples --- Year_3/TSDWL/WSDL/CountryClient/web/list.jsp | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create 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 new file mode 100644 index 0000000..e3406b4 --- /dev/null +++ b/Year_3/TSDWL/WSDL/CountryClient/web/list.jsp @@ -0,0 +1,24 @@ +<%-- + 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