Add reference guide section on JSF file uploads

Issue: SWF-1482
This commit is contained in:
Phillip Webb
2013-01-29 20:49:02 -08:00
parent 70c618d410
commit e23e427875
2 changed files with 67 additions and 4 deletions

View File

@@ -415,10 +415,12 @@ public class PrintBoardingPassAction extends AbstractAction {
HTML form is configured with <code>enctype="multipart/form-data"</code>, you can easily handle the file upload in a
transition action.
</para>
<para>
Note that the File Upload example below below is not relevant when using Web Flow with JSF.
Check the documentation of your JSF component library to see what file upload components it provides.
</para>
<note>
<para>
The file upload example below below is not relevant when using Web Flow with JSF. See
<xref linkend="spring-faces-file-upload"/> for details of how to upload files using JSF.
</para>
</note>
<para>
Given a form such as:
</para>