Skip to content
Advertisement

validation with double value in Spring

I want to check score which have value: 0.00 <= value<= 10.00
I used:
-Model(Score):

JavaScript

-messages.properties:

JavaScript

-servlet-context.xml:

JavaScript

But the value = 10.01 has passed the check.
Please help me.

Advertisement

Answer

I resolve my proplem with:

JavaScript

Thank you lots @ Kayaman ,@hyness

User contributions licensed under: CC BY-SA
8 People found this is helpful
Advertisement