Author: msorokin
Date: 2008-04-22 05:02:54 -0400 (Tue, 22 Apr 2008)
New Revision: 8046
Modified:
trunk/docs/migrationguide/en/src/main/docbook/included/explicitId.xml
trunk/docs/migrationguide/en/src/main/docbook/included/fileUploadListener.xml
Log:
http://jira.jboss.com/jira/browse/RF-3048
Language correction
Modified: trunk/docs/migrationguide/en/src/main/docbook/included/explicitId.xml
===================================================================
--- trunk/docs/migrationguide/en/src/main/docbook/included/explicitId.xml 2008-04-22
09:02:45 UTC (rev 8045)
+++ trunk/docs/migrationguide/en/src/main/docbook/included/explicitId.xml 2008-04-22
09:02:54 UTC (rev 8046)
@@ -33,9 +33,9 @@
<section>
<title>Causes</title>
<para>
- The problem occurred due to specific usage of the dynamic id generation of
the JSF 1.2 implementation.
+ The problem occurred due to specific usage of the dynamic id generation
implementing JSF 1.2.
In case of simultaneous request processing, the id of the command component
becomes <property>out-of-sync</property>
- with id of the same component on the page. After that any Ajax requests from
the component with old id just is no processed.
+ with id of the same component on the page. After that any Ajax requests of
the component with old id is not processed.
</para>
</section>
Modified: trunk/docs/migrationguide/en/src/main/docbook/included/fileUploadListener.xml
===================================================================
---
trunk/docs/migrationguide/en/src/main/docbook/included/fileUploadListener.xml 2008-04-22
09:02:45 UTC (rev 8045)
+++
trunk/docs/migrationguide/en/src/main/docbook/included/fileUploadListener.xml 2008-04-22
09:02:54 UTC (rev 8046)
@@ -39,11 +39,10 @@
<section>
<title>Causes</title>
<para>
- In case <property>MyFaces</property>
<property>org.apache.myfaces.CHECK_EXTENSIONS_FILTER</property> parameter is
set to "true".
- This parameter checks if the extensions-filter has been properly configured.
+ In case <property>MyFaces</property>
<property>org.apache.myfaces.CHECK_EXTENSIONS_FILTER</property> parameter is
set to "true", the parameter checks if the extensions-filter has been
properly configured.
</para>
<para>
- Why using <property>JSF-RI 1.2_04</property> causes the problem
is not yet examined.
+ The reason why usage of <property>JSF-RI 1.2_04</property>
causes the problem is not yet identified.
</para>
</section>
@@ -51,7 +50,7 @@
<title>Workarounds</title>
<para>
To avoid generation of errors from <property>MyFaces</property>
in case of invalid filter configuration
- you could set up the following parameters in
<property>web.xml</property>:
+ you can set up the following parameters in
<property>web.xml</property>:
</para>
<programlisting role="XML"><![CDATA[...
<context-param>