This product version has reached end of life and is no longer supported. Click here for the latest documentation.

When using the Web Input Widget and the 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 Pwd

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 web internal style sheet .

See Also

Web Input Widget Runtime Properties | Web Input Password Widget Runtime Properties