When using the Input widget and Web Input Password widget in your web screens, you can define the default messages presented to the end-user in case the validation of those inputs fails. These default validation messages are defined as eSpace properties.

Default Validation Messages

Definition

Default value

Mandatory Input

Displayed whenever a mandatory field is not filled in.

Required Field

Invalid Integer

Displayed whenever an Integer field is required, but a non-Integer value is provided.

Input must be an Integer!

Invalid Decimal

Displayed whenever a Decimal field is required, but a non-Decimal value is provided.

Input must be a Decimal!

Invalid Currency

Displayed whenever a Currency field is required, but a non-Currency value is provided.

Input must be a Currency!

Invalid Date

Displayed whenever a Date field is required, but a non-Date value is provided.

Input must be a Date!

Invalid Time

Displayed whenever a Time field is required, but a non-Time value is provided.

Input must be a Time!

Invalid DateTime

Displayed whenever a Datetime field is required, but a non-Datetime value is provided.

Input must be a Datetime!

Invalid Text

Displayed whenever a Text field is required, but a non-Text value is provided.

Input must be a Text!

Invalid Phone

Displayed whenever a Phone Number field is required, but a non-Phone Number value is provided.

Input must be a Phone Number!

Invalid Numeric Password

Displayed whenever a Numeric Password field is required, but a non-Numeric Password value is provided.

Input must be a Numeric Password!

These messages are presented to the end-user with the ValidationMessage style. You can, if necessary, customize this style to your needs in the style sheet.

See Also

Input Widget Runtime Properties | Input Password Widget Runtime Properties