}
protected void maybeCallBegin() {
try {
if (elementImplContext == null) {
elementImplContext = new ElementImplContext(new ElementOptionWrapper(tagOptions), tmlContext, this);
elementImpl.begin(elementImplContext);
}
}
catch (Exception exc) {
tmlContext.addwarning("Error executing element: " + exc.getMessage());