Fixing doc error

This commit is contained in:
Jeremy Grelle
2009-08-06 22:00:20 +00:00
parent 69433a0f55
commit 4337fa74e3

View File

@@ -404,7 +404,7 @@ public class PrintBoardingPassAction extends AbstractAction {
<title>Handling File Uploads</title> <title>Handling File Uploads</title>
<para> <para>
Another common task is to use Web Flow to handle multipart file uploads in combination with Spring MVC's Another common task is to use Web Flow to handle multipart file uploads in combination with Spring MVC's
<code>MultipartResolver</code>. Once the resolver is set up correctly <ulink url="">as described here</ulink> and the submitting <code>MultipartResolver</code>. Once the resolver is set up correctly <ulink url="http://static.springsource.org/spring/docs/2.5.x/reference/mvc.html#mvc-multipart">as described here</ulink> and the submitting
HTML form is configured with <code>enctype="multipart/form-data"</code>, you can easily handle the file upload in a HTML form is configured with <code>enctype="multipart/form-data"</code>, you can easily handle the file upload in a
transition action. Given a form such as: transition action. Given a form such as:
</para> </para>