diff gnv/src/main/java/de/intevation/gnv/action/ChangeOptionsAction.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 890d7a41ab93
line wrap: on
line diff
--- a/gnv/src/main/java/de/intevation/gnv/action/ChangeOptionsAction.java	Wed Oct 28 09:52:03 2009 +0000
+++ b/gnv/src/main/java/de/intevation/gnv/action/ChangeOptionsAction.java	Thu Nov 05 14:53:24 2009 +0000
@@ -78,7 +78,8 @@
 
             ArtifactDescription artifactDescription = adc
                     .getCurrentStepDescription(sm.getSelectedArtifactFactory(),
-                            sm.getCurrentArtifact());
+                                               sm.getCurrentArtifact(),
+                                               true);
 
             Node currentUI = artifactDescription.getCurrentUI();
             XSLTransformer transformer = new XSLTransformer();

http://dive4elements.wald.intevation.org