Mercurial > dive4elements > river
diff flys-client/ChangeLog @ 563:469528551b78
Introduced an input validation for the location panels.
flys-client/trunk@2104 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Tue, 14 Jun 2011 10:42:34 +0000 |
parents | 9f16ac843dda |
children | 55a90afaf513 |
line wrap: on
line diff
--- a/flys-client/ChangeLog Thu Jun 09 14:06:10 2011 +0000 +++ b/flys-client/ChangeLog Tue Jun 14 10:42:34 2011 +0000 @@ -1,3 +1,20 @@ +2011-06-14 Ingo Weinzierl <ingo@intevation.de> + + * src/main/java/de/intevation/flys/client/client/ui/DoubleArrayPanel.java: + Added a method to validate the form field. If a value is not a valid + double value, it returns false. + + * src/main/java/de/intevation/flys/client/client/ui/SingleLocationPanel.java: + The values entered in the text field are validated regarding to the + river's range. + + * src/main/java/de/intevation/flys/client/client/FLYSConstants.properties, + src/main/java/de/intevation/flys/client/client/FLYSConstants_en.properties, + src/main/java/de/intevation/flys/client/client/FLYSConstants_de.properties, + src/main/java/de/intevation/flys/client/client/FLYSConstants.java: Added + error messages displayed if we were not able to read min/max values from + DESCRIBE document. + 2011-06-09 Ingo Weinzierl <ingo@intevation.de> * src/main/java/de/intevation/flys/client/client/FLYSConstants.properties,