comparison 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
comparison
equal deleted inserted replaced
156:aa5197b3f930 157:013d47662161
144 sm.getCurrentArtifact()); 144 sm.getCurrentArtifact());
145 sm.setStatistics(statistics); 145 sm.setStatistics(statistics);
146 artifactDescription = adc 146 artifactDescription = adc
147 .getCurrentStepDescription(sm 147 .getCurrentStepDescription(sm
148 .getSelectedArtifactFactory(), sm 148 .getSelectedArtifactFactory(), sm
149 .getCurrentArtifact()); 149 .getCurrentArtifact(),
150 true);
150 151
151 request.setAttribute("diagramm", true); 152 request.setAttribute("diagramm", true);
152 153
153 } catch (Exception e) { 154 } catch (Exception e) {
154 log.error(e, e); 155 log.error(e, e);

http://dive4elements.wald.intevation.org