WW-4312 Allows null in iterator tag

This commit is contained in:
Lukasz Lenart
2016-01-05 08:39:43 +01:00
@@ -304,7 +304,7 @@ public class IteratorComponent extends ContextBean {
String var = getVar();
if ((var != null) && (currentValue != null)) {
if ((var != null)) {
putInContext(currentValue);
}