Documentation
TomahawkTools

Search 

Contents

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

10. Tomahawk Tag Reference

Contents > Tomahawk Tag Reference > t:validateRegExpr

t:validateRegExpr

The t:validateRegExpr tag adds a custom validator to your JSF page based on the Jakarta Commons validation library. This allows you to validate user input using powerful regular expressions.

Example:

<t:validateRegExpr></t:validateRegExpr>

Tag Attributes

message String
 
The message attribute defines an alternate validation message for this tag.
pattern String
Required
The pattern attribute defines the regular expression pattern used to validate the input.