Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

WebWork relies on XWork 's validation framework to enable the application of input validation rules to your Actions before they are executed. This section only provides the bare minimum to get you started and focuses on WebWork's extension of the XWork validators to support client-side validation. Please consult XWork's validation framework documentation for complete details.

Note

There is also an option for AJAX based asynchronous validation, please see Remote Form Validation for more information.

Reference pages

Examples

  1. Basic Validation
  2. Client Validation
  3. Ajax Validation
  4. Using Field Validators
  5. Using Non Field Validators
  6. Using Visitor Field Validator
  7. Simple validators
  8. Visitor validation
  9. Client-Side Validation
  10. Validation Examples

Validators available in WebWork

...