Documentation

Search 

Contents

1. Introduction
2. Getting Started
Selected 3. Tomahawk Concepts
4. Code View Support
5. Design View Support
6. Tag Object Toolbars
7. Server Behaviors
8. Property Inspectors
9. Tomahawk Tag Reference

3. Validation Tags

Contents > 3. Tomahawk Concepts > Validation Tags

Validating user input is a fundamental requirement for Web applications today. Tomahawk extends the built in JSF validation tags by introducing new tags based on the Jakarta Commons validation library for validating credit card numbers, regular expressions and more.

  1. validateCreditCard
  2. validateEmail
  3. validateEqual
  4. validateRegExpr