John, can you post a snippet of the code you use to place your UDFs in the request scope? I'd like to see how you accomplished this.
Thanks
While I'm late to this thread, this is normally very easy:
<cffunction name="goober" ....>
</cffunction> <cfset request.goober = goober> or
<cfset request.udfs.goober = goober>
-Ray
----------------------------------------------------------
You are subscribed to cfcdev. To unsubscribe, send an email
to [EMAIL PROTECTED] with the words 'unsubscribe cfcdev' in the message of the email.
CFCDev is run by CFCZone (www.cfczone.org) and supported by Mindtool, Corporation (www.mindtool.com).
An archive of the CFCDev list is available at www.mail-archive.com/[EMAIL PROTECTED]