[jboss-cvs] JBossAS SVN: r94052 - projects/docs/enterprise/5.0/RichFaces/en-US.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Sep 28 00:33:21 EDT 2009


Author: laubai
Date: 2009-09-28 00:33:21 -0400 (Mon, 28 Sep 2009)
New Revision: 94052

Modified:
   projects/docs/enterprise/5.0/RichFaces/en-US/Architecture_Overview.xml
   projects/docs/enterprise/5.0/RichFaces/en-US/Settings.xml
Log:
Corrections for EAP5 GA.

Modified: projects/docs/enterprise/5.0/RichFaces/en-US/Architecture_Overview.xml
===================================================================
--- projects/docs/enterprise/5.0/RichFaces/en-US/Architecture_Overview.xml	2009-09-28 04:25:38 UTC (rev 94051)
+++ projects/docs/enterprise/5.0/RichFaces/en-US/Architecture_Overview.xml	2009-09-28 04:33:21 UTC (rev 94052)
@@ -2601,7 +2601,7 @@
 				</imageobject>
 			</mediaobject>
 		</figure>
-		<para>One of the most convenient features of the RichFaces State API is the ability to navigate between <varname>State</varname>s. The API implements changes in <varname>State</varname> through standard JSF navigation. When the action component returns an outcome, the JSF navigation handler (extended through the RichFaces State API) checks whether the outcome is registered as a <emphasis><varname>State</varname> change outcome</emphasis>. If <literal>true</literal>, the sorresponding <varname>State</varname> is activated. If <literal>false</literal>, standard navigation handling is called.</para>
+		<para>One of the most convenient features of the RichFaces State API is the ability to navigate between <varname>State</varname>s. The API implements changes in <varname>State</varname> through standard JSF navigation. When the action component returns an outcome, the JSF navigation handler (extended through the RichFaces State API) checks whether the outcome is registered as a <emphasis><varname>State</varname> change outcome</emphasis>. If <literal>true</literal>, the corresponding <varname>State</varname> is activated. If <literal>false</literal>, standard navigation handling is called.</para>
 		<para>Implement the RichFaces State API like so:</para>
 		<itemizedlist>
 			<listitem>

Modified: projects/docs/enterprise/5.0/RichFaces/en-US/Settings.xml
===================================================================
--- projects/docs/enterprise/5.0/RichFaces/en-US/Settings.xml	2009-09-28 04:25:38 UTC (rev 94051)
+++ projects/docs/enterprise/5.0/RichFaces/en-US/Settings.xml	2009-09-28 04:33:21 UTC (rev 94052)
@@ -4,7 +4,7 @@
 
 <chapter id="SettingsForDifferentEnvironments">
           <title>Settings for different environments</title>
-          <para>RichFaces includes support for all tags (components) included in the JavaServer Faces (JSF) specification. To add RichFaces capabilities to an existing JSF project, place the RichFaces libraries into the <filename>lib</filename> directory of the project, and add filter mapping. The behavour of the existing project does not change when you add RichFaces.
+          <para>RichFaces includes support for all tags (components) included in the JavaServer Faces (JSF) specification. To add RichFaces capabilities to an existing JSF project, place the RichFaces libraries into the <filename>lib</filename> directory of the project, and add filter mapping. The behavior of the existing project does not change when you add RichFaces.
 	  </para>
 	  
         <section id="WebApplicationDescriptorParameters" role="updated">




More information about the jboss-cvs-commits mailing list