I am using spring 2.5 framework and i need to get Double value as input. When i want to validate the Double value with type mismatch error. So i add, typeMismatch.java.lang.Double= General error message.
Assume, my command class is SearchInfo.java with Double type property "amount". I want to add specific error message to amount field.