Mendix 7 is no longer supported unless you have Extended Support (for details, please contact Mendix Support). Mendix 7 documentation will remain available for customers with Extended Support until July, 2024.

Validation Feedback

Last modified: June 29, 2022

1 Introduction

With this action, you can display a red text below a widget that displays an attribute or association.

2 Action Properties

2.1 Object

Object defines for which object the message will be shown.

2.2 Member

Member defines for which attribute or association the message will be shown. In the case of a reference selector or reference set selector you should select the association that is edited with the selector.

2.3 Template

Template defines the text of the validation message. The template can contain parameters that are written as a number between braces, for example, {1}. The first parameter has number 1, the second 2 etcetera.

2.4 Parameters

For each parameter in the template you define an expression of which the value will be inserted at the position of the parameter. Parameters need to be entered using expressions resulting in a string.