NumberRangeValidation

If I add a NumberRangeValidatior to a data field whit the values “from 1 to 24” it works fine.

But where can I customize the message, which pop’s up to the user?

Regards
ttmgybta

Ttmgybta,

The message shown is the i18n translation of key servoy.record.error.validation, default is “Validation failed for ‘{0}’, with value: {1}”
You can change the text for that key in your messages table.

Rob

Thanks for your reply,

So it is a global Message for all my NuberRangeValidation.
So I guess it is not possible to create a single message for one data field.
I have to create my own validation whit the onDataChange event to add a specific message.
Am I right?