Project

General

Profile

« Previous | Next » 

Revision a3a78809

Added by Andreas Kohlbecker over 5 years ago

ref #7217 better geo coordinate validation and parsing error feedback by creating LongLatField

View differences:

src/main/java/eu/etaxonomy/cdm/vaadin/util/converter/GeoLocationConverterValidator.java
94 94
            try {
95 95
                convertToModel((String)value, Double.class, null);
96 96
            } catch (com.vaadin.data.util.converter.Converter.ConversionException e) {
97
                throw new InvalidValueException("Value can not be converted to " + axis.name());
97
                throw new InvalidValueException("Invalid " + axis.name().toLowerCase());
98 98
            }
99 99
        }
100 100

  

Also available in: Unified diff