From 59f78a67d7357fd31de68fc2b623f95b3d654ebc Mon Sep 17 00:00:00 2001 From: rudolf Date: Fri, 24 Oct 2003 08:18:40 +0000 Subject: MOA-ID version 1.1 (initial) git-svn-id: https://joinup.ec.europa.eu/svn/moa-idspss/trunk@18 d688527b-c9ab-4aba-bd8d-4036d912da1d --- id.oa/html/form.jsp | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 id.oa/html/form.jsp (limited to 'id.oa/html/form.jsp') diff --git a/id.oa/html/form.jsp b/id.oa/html/form.jsp new file mode 100644 index 000000000..d439fa84d --- /dev/null +++ b/id.oa/html/form.jsp @@ -0,0 +1,20 @@ +<%@ page import="java.util.*" %> + + +Sample Online Application + + +

Sample Form

+

+

+<% String param1 = request.getParameter("param1"); + if (param1 == null) param1 = ""; %> +Input some text: + +
Previous text input: <%=param1%>
+ +
+

+

Back

+ + \ No newline at end of file -- cgit v1.2.3