Author: artdaw
Date: 2008-04-09 12:20:16 -0400 (Wed, 09 Apr 2008)
New Revision: 7709
Modified:
trunk/docs/userguide/en/src/main/docbook/included/fileUpload.xml
Log:
http://jira.jboss.com/jira/browse/RF-1207 - Details of Usage were edited according to doc
file
Modified: trunk/docs/userguide/en/src/main/docbook/included/fileUpload.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/fileUpload.xml 2008-04-09 16:19:01
UTC (rev 7708)
+++ trunk/docs/userguide/en/src/main/docbook/included/fileUpload.xml 2008-04-09 16:20:16
UTC (rev 7709)
@@ -183,7 +183,7 @@
<listitem>
<para>
By <property>max files quantity</property>, use the
<emphasis><property>
"maxFilesQuantity"</property></emphasis> attribute
- to define max number of files allowed to be uploaded. After a number of
files in the list equals to the value of this attribute "Add" button is
disabled and nothing could be uploaded even if you clean the whole list.
+ to define max number of files allowed to be uploaded. After a number of
files in the list equals to the value of this attribute "Add" button is
disabled and nothing could be uploaded even if you clear the whole list.
In order to upload files again you should rerender the component.
As it could be seen in the example below, only 2 files are accepted for
uploading.
</para>
@@ -374,6 +374,11 @@
<property>RICH_FILE_UPLOAD_ENTRY_CANCEL_LABEL</property> there.
</para>
+ <para>
+ The <emphasis
role="bold"><property><rich:fileUpload></property></emphasis>
component could work together with Seam framework.
+ <ulink
url="http://www.jboss.org/file-access/default/members/jbossrichfaces...
you can see how to configure Seam Filter in order to handle
+ <emphasis
role="bold"><property><rich:fileUpload></property></emphasis>
requests.
+ </para>
</section>