[seam-commits] Seam SVN: r12801 - modules/faces/trunk/docs/reference/src/main/docbook/en-US.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Wed May 26 00:39:27 EDT 2010


Author: dan.j.allen
Date: 2010-05-26 00:39:26 -0400 (Wed, 26 May 2010)
New Revision: 12801

Modified:
   modules/faces/trunk/docs/reference/src/main/docbook/en-US/components.xml
Log:
minor point


Modified: modules/faces/trunk/docs/reference/src/main/docbook/en-US/components.xml
===================================================================
--- modules/faces/trunk/docs/reference/src/main/docbook/en-US/components.xml	2010-05-26 04:35:44 UTC (rev 12800)
+++ modules/faces/trunk/docs/reference/src/main/docbook/en-US/components.xml	2010-05-26 04:39:26 UTC (rev 12801)
@@ -295,7 +295,7 @@
 	
 			<para>
 				You can also just specify the phase directly, using the name of the phase constant in the
-				<literal>PhaseId</literal> class.
+				<literal>PhaseId</literal> class (the case does not matter).
 			</para>
 	
 			<programlisting role="XML"><![CDATA[<s:viewAction action="#{sessionManager.validateSession}" phase="APPLY_REQUEST_VALUES"/>]]></programlisting>
@@ -319,6 +319,10 @@
 					</listitem>
 				</itemizedlist>
 			</tip>
+
+         <para>
+            If the phase is set, it takes precedence over the immediate flag.
+         </para>
 		</section>
 
 		<section>



More information about the seam-commits mailing list