Hello all,
Here is my issue :
I'm using a type BigDecimal which is formated like this : 0.# so as to not allow the use of the " , " as a decimal separator.
Actually when a user use this " , " there is a warning message which is :
"Enter the value in the format -2733.3"
And I'd like to have a warning message such as : "Please use a number between 0 and 99.9"
I know I have to add a part of code to realize my own check but I don't know exactly how.
Thank you for your answer and your help.
Warm Regards