//config.getPhysical(textTagLib);
PageSource ps = ((ConfigImpl)config).getPageSourceExisting(null,null,textTagLib,false,false,true,false);
//config.getConfigDir()
if(ps!=null) {
if(ps.physcalExists()) {
Resource file = ps.getPhyscalFile();
// TLD
if(file.isFile()) return _executeTLD(config,file,nameSpace,nameSpaceSeparator,cfml);
}
// CTD