You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ma...@apache.org on 2006/04/25 22:31:12 UTC

svn commit: r396976 - /myfaces/core/trunk/impl/src/main/tld/myfaces_core.tld

Author: matzew
Date: Tue Apr 25 13:31:08 2006
New Revision: 396976

URL: http://svn.apache.org/viewcvs?rev=396976&view=rev
Log:
minor documentation fix

Modified:
    myfaces/core/trunk/impl/src/main/tld/myfaces_core.tld

Modified: myfaces/core/trunk/impl/src/main/tld/myfaces_core.tld
URL: http://svn.apache.org/viewcvs/myfaces/core/trunk/impl/src/main/tld/myfaces_core.tld?rev=396976&r1=396975&r2=396976&view=diff
==============================================================================
--- myfaces/core/trunk/impl/src/main/tld/myfaces_core.tld (original)
+++ myfaces/core/trunk/impl/src/main/tld/myfaces_core.tld Tue Apr 25 13:31:08 2006
@@ -538,7 +538,7 @@
             value then a ValueChangeEvent is queued. When the ValueChangeEvent
             is processed (at end of the validate phase for non-immediate components,
             or at end of the apply-request-values phase for immediate components)
-            the object's processValue method is invoked.
+            the object's processValueChange method is invoked.
             <p>
             Unless otherwise specified, all attributes accept static values
             or EL expressions.