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:validateEqual

t:validateEqual

The t:validateEqual tag allows you to validate user input by comparing it with another backing bean property. This is useful, for example, when validating a password or an e-mail address twice.

Example:

<t:validateEqual></t:validateEqual>

Tag Attributes

for String
Required
The for attribute is the id of the component this component extends or is part of. This attribute is required by some tags.
message String
 
The message attribute defines an alternate validation message for this tag.