Changes between Version 32 and Version 33 of S3/S3REST/s3_rest_controller
- Timestamp:
- 10/24/10 06:09:29 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
S3/S3REST/s3_rest_controller
v32 v33 100 100 This allows you to define a common onvalidation callback for both ''create'' and ''update''. 101 101 102 Onvalidation callbacks are meant to allow additional form data validation (beyond individual field validators). The callables receive the formas first and only parameter, while their return values will be ignored.102 Onvalidation callbacks are meant to allow additional form data validation (beyond individual field validators). The callables receive the '''form''' as first and only parameter, while their return values will be ignored. 103 103 104 104 Any validation errors are to be reported directly into the form as: