diff flys-artifacts/src/main/java/de/intevation/flys/collections/FLYSArtifactCollection.java @ 364:8830eecad69e

Added the name of the facet to the parameterlist of OutGenerator.doOut(). flys-artifacts/trunk@1772 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Fri, 29 Apr 2011 08:13:56 +0000
parents 8378683fa07a
children 4a8d934e745f
line wrap: on
line diff
--- a/flys-artifacts/src/main/java/de/intevation/flys/collections/FLYSArtifactCollection.java	Fri Apr 29 08:02:54 2011 +0000
+++ b/flys-artifacts/src/main/java/de/intevation/flys/collections/FLYSArtifactCollection.java	Fri Apr 29 08:13:56 2011 +0000
@@ -192,12 +192,15 @@
                     log.debug("... facet: " + theme.getName());
                 }
 
+                String facetName = theme.getName();
+
                 generator.doOut(
                     getArtifact(art, context),
+                    facetName,
                     getFacetThemeFromAttribute(
                         art,
                         outName,
-                        theme.getName(),
+                        facetName,
                         context));
             }
         }

http://dive4elements.wald.intevation.org