[seam-commits] Seam SVN: r12803 - modules/faces/trunk/impl/src/main/java/org/jboss/seam/faces/component.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Wed May 26 00:40:43 EDT 2010


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

Modified:
   modules/faces/trunk/impl/src/main/java/org/jboss/seam/faces/component/UIViewAction.java
Log:
comments


Modified: modules/faces/trunk/impl/src/main/java/org/jboss/seam/faces/component/UIViewAction.java
===================================================================
--- modules/faces/trunk/impl/src/main/java/org/jboss/seam/faces/component/UIViewAction.java	2010-05-26 04:39:45 UTC (rev 12802)
+++ modules/faces/trunk/impl/src/main/java/org/jboss/seam/faces/component/UIViewAction.java	2010-05-26 04:40:42 UTC (rev 12803)
@@ -248,7 +248,7 @@
     * Returns the value which dictates the JSF lifecycle phase in which the
     * action is invoked. If the value of this attribute is
     * <literal>true</literal>, the action will be invoked in the Apply Request
-    * Values phase. If the value of this attribute is <literal>true</literal>,
+    * Values phase. If the value of this attribute is <literal>false</literal>,
     * the default, the action will be invoked in the Invoke Application Phase.
     */
    public boolean isImmediate()
@@ -377,7 +377,7 @@
 
    /**
     * Returns a boolean value that controls whether the action is invoked during
-    * faces (postback) request.
+    * faces (postback) request. The default is false.
     */
    public boolean isOnPostback()
    {



More information about the seam-commits mailing list