JSP CUSTOM TAG LIBRARIES


validaterequired tag
Example

Specifies that a value must be supplied by the user to a specified input field. If validation fails, the body of this tag is evaluated.

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."

Note You cannot use this tag to validate the radio and checkbox tags. If a value must be supplied, be sure to specify a default value for these tags.

Contexts

Valid in:


Syntax
Attributes

alert


bundle
locale
message
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