Mercurial > dive4elements > gnv-client
comparison gnv/ChangeLog @ 566:5aea89b9a350
Modified the GUI that the Form with the MapViewer-Interface-Request-Body only will be shown using an explicit Action-Call.
gnv/trunk@681 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Tim Englich <tim.englich@intevation.de> |
---|---|
date | Fri, 12 Feb 2010 09:55:59 +0000 |
parents | 8355d7cacd09 |
children | 83ff52574604 |
comparison
equal
deleted
inserted
replaced
565:8355d7cacd09 | 566:5aea89b9a350 |
---|---|
1 2010-02-12 Tim Englich <tim.englich@intevation.de> | |
2 | |
3 * src/main/webapp/WEB-INF/config/struts-config.xml: | |
4 Added new Action for Calling the Page with the Form for simmulating | |
5 the MapViewer-Interface-request. | |
6 Using the URL | |
7 http://localhost:8080/gnv/mvcall.do | |
8 you will retrieve the Formular with the MapViewer-Interface-Request-body | |
9 | |
10 * src/main/webapp/WEB-INF/jsp/header.jsp: | |
11 Added an Switch that will manage that the GUI with the Form of the | |
12 MapViewer-Interface-Document only will be displaied if it is requested. | |
13 | |
14 * src/main/java/de/intevation/gnv/action/mapviewer/ShowMapViewerCallBodyAction.java (execute): | |
15 Added new Action for handling the Request that should show the Form | |
16 for insterting the MapViewer-Interface-Document. | |
17 | |
1 2010-02-12 Tim Englich <tim.englich@intevation.de> | 18 2010-02-12 Tim Englich <tim.englich@intevation.de> |
2 | 19 |
3 * src/main/java/de/intevation/gnv/artifactdatabase/client/DefaultArtifactDatabaseClient.java: | 20 * src/main/java/de/intevation/gnv/artifactdatabase/client/DefaultArtifactDatabaseClient.java: |
4 Modified the Create-Artifact-Request-Body that a Geometry will be put into | 21 Modified the Create-Artifact-Request-Body that a Geometry will be put into |
5 the Parameter if one is given e.g. using the MapViewer-Interface request. | 22 the Parameter if one is given e.g. using the MapViewer-Interface request. |