4.7.3 The RequiredFieldValidator tag
Description
To make sure that a field is mandatory, the user must add the « RequiredFieldValidator » tag.
This tag attributes are: «id», « forid », «errormessage» and « styleclass » (see previous example)
Example:
| Rendering |
|
| XHTML settings | <bluage:RequiredFieldValidator id="RG_001" forid="txt_familyName" errormessage="Please enter a username" styleclass="error"/> |
| Screen activity diagram |
|
| Entities Diagram |
|
| Service activity diagram | N/A |
Tag attributes: reference
| Tag | RequiredFieldValidator |
| Description | Defines a field as mandatory |
| Diagram |
|



