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 Andrew Ofisher:
http://wiki.apache.org/tapestry/Tapestry5HowToUseForms

------------------------------------------------------------------------------
  
   *prepare -> calls onPrepare()
      Is called before the form processes data and when the form needs to 
render itself (just one time).
-  *validate -> calls onValidate() 
+  *validate -> calls onValidateForm() 
      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()

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

Reply via email to