Mercurial > dive4elements > gnv-client
comparison gnv/ChangeLog @ 401:002a4d38c16d
Added a link to jump back to the fis selection.
gnv/trunk@568 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Mon, 18 Jan 2010 16:21:54 +0000 |
parents | a8b1875dcd93 |
children | b88e881e8e94 |
comparison
equal
deleted
inserted
replaced
400:a8b1875dcd93 | 401:002a4d38c16d |
---|---|
1 2010-01-18 Ingo Weinzierl <ingo.weinzierl@intevation.de> | |
2 | |
3 * src/main/webapp/WEB-INF/config/struts-config.xml: Added a new controller | |
4 which causes a return to the point, where the user can choose a fis. | |
5 | |
6 * src/main/java/de/intevation/gnv/action/SelectFisAction.java: Controller to | |
7 reset the SessionModel and to jump back to fis selection. | |
8 | |
9 * src/main/java/de/intevation/gnv/action/SelectArtifactFactoryAction.java, | |
10 src/main/java/de/intevation/gnv/action/NextArtifactStepAction.java: Made | |
11 the link to return to the fis select box available in XSL. | |
12 | |
13 * src/main/webapp/WEB-INF/config/templates/describe-ui-static.xsl: Check the | |
14 'fis' attribute is contained in select1 nodes and create a link in this | |
15 case. | |
16 | |
1 2010-01-18 Ingo Weinzierl <ingo.weinzierl@intevation.de> | 17 2010-01-18 Ingo Weinzierl <ingo.weinzierl@intevation.de> |
2 | 18 |
3 * src/main/java/de/intevation/gnv/action/SelectArtifactFactoryAction.java: | 19 * src/main/java/de/intevation/gnv/action/SelectArtifactFactoryAction.java: |
4 Render the static part of the gui as well - not just the dynamic part. | 20 Render the static part of the gui as well - not just the dynamic part. |
5 | 21 |