Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Tapestry Wiki" for 
change notification.

The following page has been changed by VolkerNeumann:
http://wiki.apache.org/tapestry/Tapestry5HowToUseForms

The comment on the change is:
fix english

------------------------------------------------------------------------------
  
  
   *prepare -> calls onPrepare()
-     Is called before the form process is data and when the form needs to 
render itself (just one time).
+     Is called before the form processes data and when the form needs to 
render itself (just one time).
   *validate -> calls onValidate() 
      To allow for cross-form validation 
     (use 
[http://tapestry.apache.org/tapestry5/tapestry-core/apidocs/org/apache/tapestry/corelib/components/Form.html#recordError(org.apache.tapestry.Field,%20java.lang.String)
 form.recordError(field,message)])
   *success -> calls onSuccess()
-     After all validation are passed.   
+     After all validation is passed.   
   *failure -> calls onFailure()
-     If  have validation errors.
+     If there are validation errors.
   *submit -> calls onSubmit()
      Allways called regardless of success or failure.
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to