Documentation

Search 

Contents

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

3. Validation Tags

Contents > 3. Trinidad Concepts > Validation Tags

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

  1. validateByteLength
  2. validateDateRestriction
  3. validateDateTimeRange
  4. validateDoubleRange
  5. validateLength
  6. validateLongRange
  7. validateRegExp
  8. validator