Author: vsukhov
Date: 2008-03-24 15:16:50 -0400 (Mon, 24 Mar 2008)
New Revision: 7149
Modified:
trunk/docs/userguide/en/src/main/docbook/included/fileUpload.xml
Log:
http://jira.jboss.com/jira/browse/RF-1207 I've deleted information about form
encoding
Modified: trunk/docs/userguide/en/src/main/docbook/included/fileUpload.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/fileUpload.xml 2008-03-24 19:15:50
UTC (rev 7148)
+++ trunk/docs/userguide/en/src/main/docbook/included/fileUpload.xml 2008-03-24 19:16:50
UTC (rev 7149)
@@ -186,7 +186,7 @@
<rich:fileUpload uploadData="#{bean.data}"
addControlLabel="myLabel" autoclear="true"
maxFilesQuantity="2" fileUploadListener="#{bean.listener}"
acceptedTypes="html" immediateUpload="true"/>
...]]></programlisting>
- <para>In order to encode form around <emphasis
role="bold">
+ <!--para>In order to encode form around <emphasis
role="bold">
<property><rich:fileUpload></property>
</emphasis> component you could confine this area by <emphasis
role="bold">
<property><h:form></property>
@@ -218,7 +218,7 @@
<imagedata fileref="images/fileUpload11.png"/>
</imageobject>
</mediaobject>
- </figure>
+ </figure-->
<para>The <emphasis role="bold">
<property><rich:fileUpload></property>
</emphasis> provides using a number of handlers. The <emphasis>