Skip to Content
0
Former Member
Jun 16, 2009 at 03:28 PM

Change a standard Warning message

40 Views

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