else throw new TemplateException(data.cfml,
"Start and End Tag has not the same Name ["+
tagLib.getNameSpaceAndSeparator()+strName+"-"+tagLibEnd.getNameSpaceAndSeparator()+strNameEnd+"]");
}
else {
body.moveStatmentsTo(parent);
data.cfml.setPos(posBeforeEndTag);
return executeEvaluator(data,tagLibTag, tag);
}
/// new part
}