JSP CUSTOM TAG LIBRARIES


validatelength tag
Example

Specifies that the length of the value in the name attribute of the input tag must be within the range specified. If validation fails, the body of the tag displays and the message or msgkey value is supplied to the validatesummary tag.

Be sure the clientvalidate attribute of the input tag you are validating does not equal "none." The clientvalidate attribute of the form tag containing the input tag should be set to "true."

Contexts

Valid in:


Syntax
Attributes

alert


bundle
locale
max
message
min
msgkey
name
onalert
See the Common Domino JSP tag attributes section for definitions of debug, onfailure, and time.

HTML Attributes

See the Common HTML tag attributes section for definitions of the following standard HTML tag attributes:


Example
See Also