diff gnv/src/main/java/de/intevation/gnv/action/SelectArtifactFactoryAction.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 23a4f196d7d6
children f2e2053ecf23
line wrap: on
line diff
--- a/gnv/src/main/java/de/intevation/gnv/action/SelectArtifactFactoryAction.java	Wed Oct 28 09:52:03 2009 +0000
+++ b/gnv/src/main/java/de/intevation/gnv/action/SelectArtifactFactoryAction.java	Thu Nov 05 14:53:24 2009 +0000
@@ -70,7 +70,7 @@
             sm.setCurrentArtifact(artifact);
 
             ArtifactDescription artifactdescription = adc
-                    .getCurrentStepDescription(af, artifact);
+                    .getCurrentStepDescription(af, artifact,true);
 
             XSLTransformer transformer = new XSLTransformer();
             String ui = transformer.transform(artifactdescription

http://dive4elements.wald.intevation.org