} else if (_items instanceof Enumeration) {
renderWith(ac, st, (Enumeration)_items);
} else if (_items instanceof String) {
renderWith(ac, st, (String)_items);
} else {
throw new DspException(MWeb.DSP_UNKNOWN_ATTRIBUTE_VALUE,
new Object[] {this, "items", new Integer(ac.getLineNumber())});
}
if (_var != null) ac.setAttribute(_var, old1, ac.PAGE_SCOPE);
if (_varStatus != null) ac.setAttribute(_varStatus, old2, ac.PAGE_SCOPE);