Author: cluts
Date: 2008-08-22 07:02:18 -0400 (Fri, 22 Aug 2008)
New Revision: 10175
Modified:
trunk/docs/userguide/en/src/main/docbook/included/fileUpload.xml
Log:
RF-4233 - submitForm () and beforeSubmit() methods have been described
RF-2305 - isMultiUpload() method has been described
Modified: trunk/docs/userguide/en/src/main/docbook/included/fileUpload.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/fileUpload.xml 2008-08-22 00:37:07
UTC (rev 10174)
+++ trunk/docs/userguide/en/src/main/docbook/included/fileUpload.xml 2008-08-22 11:02:18
UTC (rev 10175)
@@ -586,8 +586,7 @@
</emphasis> component could work together with Seam
framework. <ulink
url="http://www.jboss.org/file-access/default/members/jbossrichfaces...
Here</ulink> you can see how to configure filters for both
- of them in web.xml file in
- order to handle <emphasis role="bold">
+ of them in web.xml file in order to handle <emphasis
role="bold">
<property><rich:fileUpload></property>
</emphasis> requests. </para>
@@ -629,11 +628,38 @@
as a parameter to remove a
particular file. </entry>
</row>
+ <row>
+ <entry> submitForm()
</entry>
+ <entry> Submits form to server.
All
+ added files will be put to
+ model and event. </entry>
+ </row>
+ <row>
+ <entry> beforeSubmit()
</entry>
+ <entry> Sets up necessary
request
+ parameters for file uploading
+ and submits form to server by
+ command button. This method
+ should be used together with
+ commands </entry>
+ </row>
+ <row>
+ <entry> isMultiUpload()
</entry>
+ <entry> Returns
"true"
+ if several files have been
+ uploaded. </entry>
+ </row>
+ <!-- <row>
+ <entry>
+ getUploadItems()
+ </entry>
+ <entry>
+
+ </entry>
+ </row>-->
-
-
</tbody>
</tgroup>
</table>