Within cflock tags I am using the automatic APPLICATION.ApplicationName
variable as part of the name e.g. <CFLOCK
Name="#APPLICATION.ApplicationName#myLockName" type="exclusive">. Easy and
flexible in case you change the name of the application later on. So, I
tried to do the same within the function tag. Instead of <CFFUNCTION
returntype="myAppName.model.employee" ....> I tried to use <CFFUNCTION
returntype="#APPLICATION.ApplicationName#.model.employee" ....> Benefit:
less typing when you change the name/path of your application or when you
reuse the code. Result: Attribute validation error for tag CFFUNCTION. This
is is not allowed within the cffunction tag.

Does anyone of you have another suggestion?

TIA

Vinny


----------------------------------------------------------
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]

Reply via email to