mirror of
https://github.com/apache/struts.git
synced 2026-08-11 01:27:14 +00:00
WW-4312 Allows null in iterator tag
This commit is contained in:
@@ -304,7 +304,7 @@ public class IteratorComponent extends ContextBean {
|
||||
|
||||
String var = getVar();
|
||||
|
||||
if ((var != null) && (currentValue != null)) {
|
||||
if ((var != null)) {
|
||||
putInContext(currentValue);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user