}
throw new GrailsTagException("Tag [" + tagName + "] does not exist in tag library [" +
tagLib.getClass().getName() + "]");
} finally {
if (outputStack != null) outputStack.pop();
}
}
public final static GroovyObject lookupCachedTagLib(TagLibraryLookup gspTagLibraryLookup,
String namespace, String tagName) {