From ee909a861e2d0ccb3e85079ec1480b2de882130c Mon Sep 17 00:00:00 2001 From: Keith Donald Date: Sun, 1 Apr 2007 16:26:58 +0000 Subject: [PATCH] webflow editor /jsp polish --- .../fileupload/.springWebflow | 9 ++++++ .../src/main/webapp/WEB-INF/jsp/fileForm.jsp | 28 ++++++++++++++++--- .../src/main/webapp/WEB-INF/jsp/bPage.jsp | 2 +- 3 files changed, 34 insertions(+), 5 deletions(-) create mode 100644 spring-webflow-samples/fileupload/.springWebflow diff --git a/spring-webflow-samples/fileupload/.springWebflow b/spring-webflow-samples/fileupload/.springWebflow new file mode 100644 index 00000000..da38082c --- /dev/null +++ b/spring-webflow-samples/fileupload/.springWebflow @@ -0,0 +1,9 @@ + + + + + src/main/webapp/WEB-INF/fileupload.xml + fileupload + + + diff --git a/spring-webflow-samples/fileupload/src/main/webapp/WEB-INF/jsp/fileForm.jsp b/spring-webflow-samples/fileupload/src/main/webapp/WEB-INF/jsp/fileForm.jsp index cc74dd2d..e96cb3ef 100644 --- a/spring-webflow-samples/fileupload/src/main/webapp/WEB-INF/jsp/fileForm.jsp +++ b/spring-webflow-samples/fileupload/src/main/webapp/WEB-INF/jsp/fileForm.jsp @@ -1,4 +1,19 @@ -<%@ include file="includeTop.jsp" %> +<%@ page contentType="text/html" %> +<%@ page session="false" %> +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> + + + + Upload a File + + + + + + +
@@ -6,6 +21,7 @@

Select the file to upload


+

File uploaded succesfully.

@@ -13,7 +29,6 @@
${file}
- -
File: @@ -31,8 +46,13 @@
+
-<%@ include file="includeBottom.jsp" %> \ No newline at end of file + + + + \ No newline at end of file diff --git a/spring-webflow-samples/flowlauncher/src/main/webapp/WEB-INF/jsp/bPage.jsp b/spring-webflow-samples/flowlauncher/src/main/webapp/WEB-INF/jsp/bPage.jsp index 6ee76d28..582ac4c3 100644 --- a/spring-webflow-samples/flowlauncher/src/main/webapp/WEB-INF/jsp/bPage.jsp +++ b/spring-webflow-samples/flowlauncher/src/main/webapp/WEB-INF/jsp/bPage.jsp @@ -4,7 +4,7 @@ - HigherLower - Enter Guess + Sample B Flow