From 4337fa74e330e25f2c8243f8488eb47487c842de Mon Sep 17 00:00:00 2001 From: Jeremy Grelle Date: Thu, 6 Aug 2009 22:00:20 +0000 Subject: [PATCH] Fixing doc error --- spring-webflow-reference/src/actions.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-webflow-reference/src/actions.xml b/spring-webflow-reference/src/actions.xml index 1a39f45c..019a72cf 100644 --- a/spring-webflow-reference/src/actions.xml +++ b/spring-webflow-reference/src/actions.xml @@ -404,7 +404,7 @@ public class PrintBoardingPassAction extends AbstractAction { Handling File Uploads Another common task is to use Web Flow to handle multipart file uploads in combination with Spring MVC's - MultipartResolver. Once the resolver is set up correctly as described here and the submitting + MultipartResolver. Once the resolver is set up correctly as described here and the submitting HTML form is configured with enctype="multipart/form-data", you can easily handle the file upload in a transition action. Given a form such as: