diff gnv/src/main/java/de/intevation/gnv/action/NextArtifactStepAction.java @ 157:013d47662161

Switched the Communication for Describe-Calls to the artifact-database from get to post. Added the possibility to tell the artifact-database that the ui should not be delivered in describe-responses. gnv/trunk@285 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Tim Englich <tim.englich@intevation.de>
date Thu, 05 Nov 2009 14:53:24 +0000
parents d6b82c585f1f
children 1fe52a0cbd1f
line wrap: on
line diff
--- a/gnv/src/main/java/de/intevation/gnv/action/NextArtifactStepAction.java	Wed Oct 28 09:52:03 2009 +0000
+++ b/gnv/src/main/java/de/intevation/gnv/action/NextArtifactStepAction.java	Thu Nov 05 14:53:24 2009 +0000
@@ -146,7 +146,8 @@
                     artifactDescription = adc
                             .getCurrentStepDescription(sm
                                     .getSelectedArtifactFactory(), sm
-                                    .getCurrentArtifact());
+                                    .getCurrentArtifact(),
+                                    true);
                     
                     request.setAttribute("diagramm", true);
                     

http://dive4elements.wald.intevation.org