this.varStatus = this.getAttribute("varStatus");
this.tranzient = this.getAttribute("transient");
if (this.items == null && this.begin != null && this.end == null)
{
throw new TagAttributeException(this.tag, this.begin,
"If the 'items' attribute is not specified, but the 'begin' attribute is, then the 'end' attribute is required");
}
}