inputRequired

The inputRequired property indicates whether the user is required to place data in the field. Valid values are NO (the default) and YES.

If the user does not place data in the field when the property value is YES, the EGL runtime displays a message; see inputRequiredMsgKey.

Compatibility

Table 1. Support for inputRequired property
Data item JSF handler VGUI record Console UI Text Form Java™ Text Form COBOL Print Form Java Print Form COBOL
Yes Yes Yes Yes* Yes Yes No No

* The following additional compatibility considerations apply:

Table 2. Compatibility considerations for inputRequired
Platform Issue
Console UI If the user does not place data in the field when the inputRequired property value is YES, Console UI displays a localized error message built into the runtime. You cannot change this message.

Feedback