//IF PAGELET IS "TABCOMPONENTDOC", THEN SET CFCPACKAGE AND CFCNAME
if((attributes.pagelet EQ "tabComponentDoc") AND len(trim(attributes.cfcPackage)) AND len(trim(attributes.cfcName)))
{
//initialize CFC
session.Working.init(cfcPackage=attributes.cfcPackage,cfcName=attributes.cfcName);
}
#request.applicationName# - #request.version#