Documentation

Search 

Contents

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

10. Trinidad Core Tag Reference

Contents > Trinidad Core Tag Reference > tr:validateByteLength

tr:validateByteLength

The tr:validateByteLength tag validate the byte length of a string.

Example

<tr:validateByteLength></tr:validateByteLength>

HTML Output

(No output.)

Tag Attributes

encoding Text
 
The encoding attribute sets the Java encoding.
id Text
 
The unique identifier value for this component. The value must be unique within the closest naming container.
maximum Text
 
The maximum attribute sets the maximum value allowed for this component.
messageDetailMaximum Text
 
The messageDetailMaximum attribute sets a custom error message with the parameters {0} for a label to identify the component, {1} for the value from the user and {2} the maximum length, when conversion fails for input that is larger than the maximum length.