Author: bobharner
Date: Fri Sep  9 10:33:29 2011
New Revision: 1167084

URL: http://svn.apache.org/viewvc?rev=1167084&view=rev
Log:
TAP5-1628 minor rewording (javadoc only)

Modified:
    
tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/corelib/base/AbstractField.java
    
tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/corelib/components/Submit.java

Modified: 
tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/corelib/base/AbstractField.java
URL: 
http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/corelib/base/AbstractField.java?rev=1167084&r1=1167083&r2=1167084&view=diff
==============================================================================
--- 
tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/corelib/base/AbstractField.java
 (original)
+++ 
tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/corelib/base/AbstractField.java
 Fri Sep  9 10:33:29 2011
@@ -47,9 +47,9 @@ public abstract class AbstractField impl
 
     /**
      * If true, then the field will render out with a disabled attribute
-     * (to turn off client-side behavior). When the form is submitted, disabled
-     * fields' values are ignored (not even validated), and the component's
-     * events, if any, are not fired.
+     * (to turn off client-side behavior). When the form is submitted, the
+     * bound value is evaluated again and, if true, the field's value is
+     * ignored (not even validated) and the component's events are not fired.
      */
     @Parameter("false")
     private boolean disabled;

Modified: 
tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/corelib/components/Submit.java
URL: 
http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/corelib/components/Submit.java?rev=1167084&r1=1167083&r2=1167084&view=diff
==============================================================================
--- 
tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/corelib/components/Submit.java
 (original)
+++ 
tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/corelib/components/Submit.java
 Fri Sep  9 10:33:29 2011
@@ -57,9 +57,9 @@ public class Submit implements ClientEle
 
     /**
      * If true, then the field will render out with a disabled attribute
-     * (to turn off client-side behavior). When the form is submitted, disabled
-     * fields' values are ignored (not even validated), and the component's
-     * events, if any, are not fired.
+     * (to turn off client-side behavior). When the form is submitted, the
+     * bound value is evaluated again and, if true, the field's value is
+     * ignored (not even validated) and the component's events are not fired.
      */
     @Parameter("false")
     private boolean disabled;


Reply via email to