looping.execute(context, this, out);
}
}
}
} catch (ExpressionEvaluationException e) {
throw new TemplateEvaluationException(e, "Could not execute the expression: " +
e.getMessage() + ", on line: " + getBeginLine() + ", column: " +
getBeginColumn(), getBeginLine(), getBeginColumn(), getTagName());
}
}