Mercurial > dive4elements > gnv-client
comparison gnv/ChangeLog @ 663:9a019c125b60
Improved error handling when changing chart/histogram options.
gnv/trunk@755 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Tue, 09 Mar 2010 15:18:11 +0000 |
parents | 5f5f273c8566 |
children | 15497dce8fcd |
comparison
equal
deleted
inserted
replaced
590:5f5f273c8566 | 663:9a019c125b60 |
---|---|
1 2010-03-09 Ingo Weinzierl <ingo.weinzierl@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/gnv/action/ChangeOptionsAction.java: Parse | |
4 user input from chart/histogram options panel and check if integer and | |
5 doubles are valid - if we find a value which is not valid for the | |
6 configured type, we set an exception message which is displayed in the | |
7 chart/histogram options panel and sets the corresponding parameter to its | |
8 default value. | |
9 | |
10 * src/main/webapp/WEB-INF/jsp/includes/display_histogram_options_inc.jsp, | |
11 src/main/webapp/WEB-INF/jsp/includes/display_diagramm_options_inc.jsp: | |
12 Display error message in options panel if there is one. | |
13 | |
14 * src/main/resources/applicationMessages_en.properties, | |
15 src/main/resources/applicationMessages.properties: | |
16 Added strings to display error messages when the user entered a bad | |
17 formatted number in chart/histogram options panel. | |
18 | |
19 * src/main/java/de/intevation/gnv/action/CommunicationKeys.java: Added two | |
20 further error message keys used to store error messages for | |
21 chart/histogram options. | |
22 | |
23 * src/main/webapp/styles/default.css: Added a new class 'chartException' to | |
24 adjust the style of an error message in chart/histogram options panel. | |
25 | |
1 2010-03-08 Ingo Weinzierl <ingo.weinzierl@intevation.de> | 26 2010-03-08 Ingo Weinzierl <ingo.weinzierl@intevation.de> |
2 | 27 |
3 * src/main/java/de/intevation/gnv/artifactdatabase/client/DefaultArtifactDatabaseClient.java: | 28 * src/main/java/de/intevation/gnv/artifactdatabase/client/DefaultArtifactDatabaseClient.java: |
4 Adjusted xpath expression to find exception nodes in xml documents again. | 29 Adjusted xpath expression to find exception nodes in xml documents again. |
5 The prefix 'art:' has been missing. | 30 The prefix 'art:' has been missing. |